Sign MacOS bundle with Ad Hoc (required by arm64)
This commit is contained in:
parent
9bf537ab35
commit
db03304cf1
3
.github/workflows/apple.yml
vendored
3
.github/workflows/apple.yml
vendored
@ -148,6 +148,9 @@ jobs:
|
|||||||
rm stk-assets-full.zip
|
rm stk-assets-full.zip
|
||||||
cd ../../../../..
|
cd ../../../../..
|
||||||
mv ./macosx-arm64/supertuxkart.app SuperTuxKart.app
|
mv ./macosx-arm64/supertuxkart.app SuperTuxKart.app
|
||||||
|
# Use Ad Hoc certificate for now, use Apple developer certificate after STK is on App Store later
|
||||||
|
codesign --force -s - SuperTuxKart.app/Contents/libs/*.dylib
|
||||||
|
codesign --force --deep -s - SuperTuxKart.app
|
||||||
zip -r SuperTuxKart-${{ env.release_tag }}-mac.zip SuperTuxKart.app
|
zip -r SuperTuxKart-${{ env.release_tag }}-mac.zip SuperTuxKart.app
|
||||||
- name: Create release
|
- name: Create release
|
||||||
if: ${{ env.release_tag != '' }}
|
if: ${{ env.release_tag != '' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user