diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-01-29 10:12:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 10:12:04 +0100 |
commit | 177c10bb0fc2667b4103724c6cf8e7455a1b786b (patch) | |
tree | 365f0f2ef2166ff56740f2fba5c901e4310824f5 /BUILD.md | |
parent | f36930d81227f70046f7428b0ba41229b00687b4 (diff) | |
download | PrismLauncher-177c10bb0fc2667b4103724c6cf8e7455a1b786b.tar.gz PrismLauncher-177c10bb0fc2667b4103724c6cf8e7455a1b786b.tar.bz2 PrismLauncher-177c10bb0fc2667b4103724c6cf8e7455a1b786b.zip |
fix MacOS build instructions
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -234,7 +234,7 @@ Pick an installation path - this is where the final `.app` will be constructed w ``` git clone --recursive https://github.com/PolyMC/PolyMC.git -cd Launcher +cd PolyMC mkdir build cd build cmake \ @@ -248,6 +248,7 @@ cmake \ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 \ .. make install +mv jars/ polymc.app/Contents/MacOS ``` **Note:** The final app bundle may not run due to code signing issues, which |