Fix more typos

This commit is contained in:
Mykola Grymalyuk
2021-04-25 00:37:17 -06:00
parent 2ac80fda32
commit b2fcb77c24
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ jobs:
# python3 -m pip install -U pip
# pip3 install pyinstaller
- run: pyinstaller Opencore-Patcher.spec
- run: pyinstaller OpenCore-Patcher.spec
- run: ./after_pyinstaller.sh
- run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --deep --timestamp --entitlements entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'