AutoPkg: Fix relative pathing

This commit is contained in:
Mykola Grymalyuk
2022-05-06 11:22:38 -06:00
parent b39f2a1d5d
commit 499987e8e0
3 changed files with 2 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ jobs:
- uses: actions/checkout@v3
- run: python3 create_offline_build.py
- run: /Library/Frameworks/Python.framework/Versions/3.9/bin/pyinstaller OpenCore-Patcher-GUI.spec
- run: python3 ./payloads/binary.py $branch $commiturl $commitdate
- 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

View File

@@ -18,7 +18,6 @@ jobs:
- uses: actions/checkout@v3
- run: python3 create_offline_build.py
- run: /Library/Frameworks/Python.framework/Versions/3.9/bin/pyinstaller OpenCore-Patcher.spec
- run: python3 ./payloads/binary.py $branch $commiturl $commitdate
- 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

@@ -521,9 +521,9 @@
<key>PREINSTALL_PATH</key>
<dict>
<key>PATH</key>
<string>/Users/mykolagrymalyuk/Developer/OpenCore-Legacy-Patcher/payloads/InstallPackage/preinstall.sh</string>
<string>preinstall.sh</string>
<key>PATH_TYPE</key>
<integer>0</integer>
<integer>1</integer>
</dict>
<key>RESOURCES</key>
<array/>