This commit is contained in:
Mykola Grymalyuk
2021-10-03 14:14:39 -06:00
parent 8a6faa0836
commit 991a089c45
3 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: x86_64_mojave
steps:
- uses: actions/checkout@v2
- run: python3 create-offline-build.py
- run: python3 create_offline_build.py
- run: /Library/Frameworks/Python.framework/Versions/3.9/bin/pyinstaller OpenCore-Patcher.spec
- 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"'