mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
Avoid upgrading dependancies
This commit is contained in:
3
.github/workflows/build-app.yml
vendored
3
.github/workflows/build-app.yml
vendored
@@ -13,9 +13,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Python Dependencies
|
|
||||||
run: pip3 install --upgrade pyinstaller requests pyobjc
|
|
||||||
|
|
||||||
- run: pyinstaller OpenCore-Patcher.spec
|
- run: pyinstaller OpenCore-Patcher.spec
|
||||||
- run: ./after_pyinstaller.sh
|
- run: ./after_pyinstaller.sh
|
||||||
- run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --force --deep --timestamp --entitlements entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'
|
- run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --force --deep --timestamp --entitlements entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'
|
||||||
|
|||||||
2
.github/workflows/build-gui.yml
vendored
2
.github/workflows/build-gui.yml
vendored
@@ -12,8 +12,6 @@ jobs:
|
|||||||
runs-on: x86_64_mojave
|
runs-on: x86_64_mojave
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Python Dependencies
|
|
||||||
run: pip3 install --upgrade pyinstaller requests pyobjc
|
|
||||||
|
|
||||||
- run: pyinstaller OCLP-CLI.spec
|
- run: pyinstaller OCLP-CLI.spec
|
||||||
- run: cd dist; cp OCLP-CLI ../; cd ..
|
- run: cd dist; cp OCLP-CLI ../; cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user