Update auto-sign plugin by search file permission 664
This commit is contained in:
parent
e05c08b95f
commit
42cf4b9251
2
.github/scripts/auto-sign.sh
vendored
2
.github/scripts/auto-sign.sh
vendored
@ -2,4 +2,4 @@
|
||||
|
||||
APP_PATH=${APP_PATH}
|
||||
DEVELOPER_ID=${DEVELOPER_ID}
|
||||
find $APP_PATH -type f -perm +111 -exec codesign -s "$DEVELOPER_ID" --options=runtime {} \;
|
||||
find $APP_PATH -type f \( -perm +111 -o -perm +644 \) -exec codesign -s "$DEVELOPER_ID" --options=runtime {} \;
|
||||
Loading…
x
Reference in New Issue
Block a user