Add codesign to GUI

This commit is contained in:
Mykola Grymalyuk
2021-06-23 13:09:42 -06:00
parent 5c09c10301
commit 44c4a488f4
2 changed files with 2 additions and 2 deletions

View File

@@ -18,10 +18,8 @@ jobs:
- run: pyinstaller OpenCore-Patcher.spec
- run: ./after_pyinstaller.sh
- run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --deep --timestamp --entitlements entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'
- run: cd dist; zip ../OpenCore-Patcher.zip OpenCore-Patcher; zip -r ../OpenCore-Patcher.app.zip OpenCore-Patcher.app
- run: ./../sign-app.sh
- name: Upload App to Artifacts
uses: actions/upload-artifact@v2
with:

View File

@@ -24,8 +24,10 @@ jobs:
- name: Merge new GUI
run: cp OCLP-CLI OpenCore\ Patcher.app/Contents/Resources/
- run: python3 merge_gui.py
- run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --deep --timestamp --entitlements entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'
- name: Zip new GUI
run: zip -r OpenCore-Patcher-GUI.app.zip OpenCore\ Patcher.app
- run: ./../sign-gui.sh
- name: Upload Binary to Artifacts
uses: actions/upload-artifact@v2
with: