Skip to content

Commit

Permalink
Update travis-packaging-macos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB authored Feb 23, 2024
1 parent e38e80b commit dfa23eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/travis-packaging-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
unzip -q ${{ github.workspace }}/artifacts/${{ matrix.zipName }}.zip -d . && rm ${{ github.workspace }}/artifacts/*.zip
# Sign everything inside app
bash ${{ github.workspace }}/artifacts/mac-sign.sh
plutil -convert xml1 ${{ github.workspace }}/artifacts/entitlements.plist && plutil -lint ${{ github.workspace }}/artifacts/entitlements.plist
codesign --entitlements "${{ github.workspace }}/artifacts/entitlements.plist" --timestamp --options=runtime --force -s "$MACOS_DEV_ID" -v ./Gama.app/Contents/MacOS/Gama
wget https://raw.githubusercontent.com/gama-platform/gama/2024-06/gama.product/extraresources/entitlements.plist && 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 dfa23eb

Please sign in to comment.