Fix comment

This commit is contained in:
Mykola Grymalyuk
2021-11-14 20:48:00 -07:00
parent 2546e9167f
commit f705affcae

View File

@@ -89,6 +89,6 @@ cp ./OpenCore-Legacy-Patcher/dist/OpenCore-Patcher ./OCLP-GUI/OpenCore\ Patcher/
mv ./OCLP-GUI/OpenCore\ Patcher/OpenCore\ Patcher/OCLP-GUI/OpenCore-Patcher ./OCLP-GUI/OpenCore\ Patcher/OpenCore\ Patcher/OCLP-GUI/OCLP-CLI
# Build project
cd ./OCLP-GUI/OpenCore\ Patcher; xcodebuild; cd ../../
# Move application to project root
open ./OCLP-GUI/OpenCore\ Patcher/build/Release/OpenCore\ Patcher.app
# Open build folder
open ./OCLP-GUI/OpenCore\ Patcher/build/Release/
```