Tooling: Rename build script

This commit is contained in:
Mykola Grymalyuk
2024-05-27 07:32:57 -06:00
parent ea96c2c4ad
commit 9db11c3a8c
4 changed files with 8 additions and 443 deletions
+1 -3
View File
@@ -63,9 +63,7 @@ pip3 install pyinstaller
# Move into project directory
cd ~/Developer/OpenCore-Legacy-Patcher/
# Create the pyinstaller based Application
# Optional Arguments
# '--reset_binaries': Redownload and generate support files
python3 Build-Binary.command
python3 Build-Project.command
# Open build folder
open ./dist/
```