Skip to content

Commit

Permalink
Bump version from 1.0.0 to 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jul 4, 2024
1 parent 0721add commit e81dd61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/darwin-binary-sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ echo "Unlocking the keychain"
security unlock-keychain -p "$APPLE_CERT_PASSWORD" $KEYCHAIN_NAME
security set-key-partition-list -S apple-tool:,apple:, -s -k "$APPLE_CERT_PASSWORD" -D "$APPLE_TEAM_ID" -t private $KEYCHAIN_NAME

# Check for location
pwd
ls -la
# Move the binary into the app template
mv jf ./build/jf.app/Contents/MacOS/
mv ../jf ./build/jf.app/Contents/MacOS

# Sign the binary
echo "Signing the binary..."
Expand Down

0 comments on commit e81dd61

Please sign in to comment.