escrcpy/.husky/pre-commit

4 lines
129 B
Plaintext
Raw Normal View History

2023-10-31 09:43:36 +08:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
2023-10-31 10:33:56 +08:00
find electron/resources/extra -type f -exec git update-index --chmod=+x {} +