Depreciate dedicated OCLP-CLI binary

OpenCore-Patcher now supports both CLI and TUI mode
This commit is contained in:
Mykola Grymalyuk
2021-10-03 10:44:13 -06:00
parent 426c572ce2
commit a5f489d48b
14 changed files with 543 additions and 619 deletions

View File

@@ -12,7 +12,6 @@ jobs:
runs-on: x86_64_mojave
steps:
- uses: actions/checkout@v2
- 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 entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'