mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 21:21:41 +00:00
sign osx
This commit is contained in:
parent
66a1457153
commit
eb5321c84f
1 changed files with 7 additions and 0 deletions
|
|
@ -209,6 +209,13 @@ jobs:
|
||||||
do
|
do
|
||||||
install_name_tool -change /usr/lib/libz.1.dylib @rpath/libz.1.dylib $i
|
install_name_tool -change /usr/lib/libz.1.dylib @rpath/libz.1.dylib $i
|
||||||
done
|
done
|
||||||
|
- run:
|
||||||
|
name: Sign app bundle
|
||||||
|
command: |
|
||||||
|
cd ~/MBHaxe/macos-dist
|
||||||
|
xattr -rc "MarbleBlast Gold.app"
|
||||||
|
cp "MarbleBlast Gold.app/Entitlements.plist" .
|
||||||
|
codesign --deep --entitlements Entitlements.plist -fs - "MarbleBlast Gold.app"
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: ZIP Bundle
|
name: ZIP Bundle
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue