Skip to content

Commit

Permalink
fix: location of plist
Browse files Browse the repository at this point in the history
  • Loading branch information
1arie1 committed Dec 7, 2024
1 parent 1a434fc commit c46b6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for FILE_PATH in $FILES_TO_SIGN; do
security unlock-keychain -p "$APPLE_TEMPKEYCHAIN_PASSWORD" "$APPLE_TEMPKEYCHAIN_NAME"

# sign the binary
codesign -o runtime --force --timestamp --entitlements ./scripts/hardened_runtime_entitlements.plist -s "$APPLE_CODESIGN_IDENTITY" -v $FILE_PATH
codesign -o runtime --force --timestamp --entitlements ../scripts/hardened_runtime_entitlements.plist -s "$APPLE_CODESIGN_IDENTITY" -v $FILE_PATH

# notarize binary
ditto -c -k $FILE_PATH $FILE_NAME.zip # notarization require zip files
Expand Down

0 comments on commit c46b6fb

Please sign in to comment.