mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
sign osx
This commit is contained in:
parent
714d9079d2
commit
8be0bbb79e
1 changed files with 7 additions and 0 deletions
|
|
@ -251,6 +251,13 @@ jobs:
|
|||
do
|
||||
install_name_tool -change /usr/lib/libz.1.dylib @rpath/libz.1.dylib $i
|
||||
done
|
||||
- run:
|
||||
name: Sign app bundle
|
||||
command: |
|
||||
cd ~/MBHaxe/macos-dist
|
||||
xattr -rc "MarbleBlast Platinum.app"
|
||||
cp "MarbleBlast Platinum.app/Entitlements.plist" .
|
||||
codesign --deep --entitlements Entitlements.plist -fs - "MarbleBlast Platinum.app"
|
||||
|
||||
- run:
|
||||
name: ZIP Bundle
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue