Move binary.py run to after pyinstaller

This commit is contained in:
Mykola Grymalyuk
2022-01-14 20:31:26 -07:00
parent a756058006
commit ea05912b6b
2 changed files with 2 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: python3 create_offline_build.py
- run: python3 ./payloads/binary.py
- run: /Library/Frameworks/Python.framework/Versions/3.9/bin/pyinstaller OpenCore-Patcher.spec
- run: python3 ./payloads/binary.py
- run: ./after_pyinstaller.sh
- run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --force --deep --timestamp --entitlements ./payloads/entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'
- run: cd dist; zip -r ../OpenCore-Patcher-TUI.app.zip OpenCore-Patcher.app

View File

@@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: python3 create_offline_build.py
- run: python3 ./payloads/binary.py
- run: /Library/Frameworks/Python.framework/Versions/3.9/bin/pyinstaller OpenCore-Patcher-GUI.spec
- run: python3 ./payloads/binary.py
- run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --force --deep --timestamp --entitlements ./payloads/entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'
- run: cd dist; zip -r ../OpenCore-Patcher-wxPython.app.zip OpenCore-Patcher.app
- run: ./../sign-wxpython.sh