From d139571dd02fe789b9be67f6b883c30c6cdaaa4c Mon Sep 17 00:00:00 2001 From: viarotel Date: Tue, 31 Oct 2023 09:45:00 +0800 Subject: [PATCH] Update --- .husky/pre-commit | 2 +- .../extra/linux/android-platform-tools/adb | Bin 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 electron/resources/extra/linux/android-platform-tools/adb diff --git a/.husky/pre-commit b/.husky/pre-commit index e9d7664..c53dd28 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -git ls-files -z | xargs -0 chmod +x \ No newline at end of file +git update-index --chmod=+x electron/resources/extra/linux/android-platform-tools/adb \ No newline at end of file diff --git a/electron/resources/extra/linux/android-platform-tools/adb b/electron/resources/extra/linux/android-platform-tools/adb old mode 100644 new mode 100755