Skip to content

Commit

Permalink
Sign fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Oct 31, 2024
1 parent a2b2902 commit 0f7135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/macos_notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git clone https://github.com/dg76/signpackage "$TMPDIR/signpackage" || true
cd "$TMPDIR/signpackage"
mvn clean compile package assembly:single
cp target/SignPackage-1.0-jar-with-dependencies.jar ./SignPackage.jar
java -jar "$TMPDIR/signpackage/SignPackage.jar" -d "$APP_DIR" -t -k "Developer ID Application: Christopher Schnick (PF6V9HYACS)" -e "$1/misc/Entitlements.plist"
java -jar "$TMPDIR/signpackage/SignPackage.jar" -r -d "$APP_DIR" -t -k "Developer ID Application: Christopher Schnick (PF6V9HYACS)" -e "$1/misc/Entitlements.plist"

echo "Create keychain profile"
xcrun notarytool store-credentials "notarytool-profile" --apple-id "$MAC_NOTARIZATION_APPLE_ID" --team-id "$MAC_NOTARIZATION_TEAM_ID" --password "$MAC_APP_SPECIFIC_PASSWORD"
Expand Down

0 comments on commit 0f7135f

Please sign in to comment.