Skip to content

Commit

Permalink
Update travis-packaging-macos.yaml
Browse files Browse the repository at this point in the history
ci release
  • Loading branch information
RoiArthurB authored Feb 23, 2024
1 parent a4938d0 commit 874a5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/travis-packaging-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:
security unlock-keychain -p "$MACOS_KEYCHAIN_PWD" build.keychain
unzip -q ${{ github.workspace }}/artifacts/${{ matrix.zipName }}.zip -d . && rm ${{ github.workspace }}/artifacts/*.zip
# Sign everything inside app
bash ../mac-sign.sh
plutil -convert xml1 ../entitlements.plist && plutil -lint ../entitlements.plist
codesign --entitlements "../entitlements.plist" --timestamp --options=runtime --force -s "$MACOS_DEV_ID" -v ./Gama.app/Contents/MacOS/Gama
bash ./mac-sign.sh
plutil -convert xml1 ./entitlements.plist && plutil -lint ./entitlements.plist
codesign --entitlements "./entitlements.plist" --timestamp --options=runtime --force -s "$MACOS_DEV_ID" -v ./Gama.app/Contents/MacOS/Gama
- name: Packaging signed Application w/o JDK
shell: bash
Expand Down

0 comments on commit 874a5a2

Please sign in to comment.