diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-01-29 10:18:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 10:18:12 +0100 |
commit | b2bcdb9d9b61ef3244738f85b882aa96c880e932 (patch) | |
tree | 2af4dea9f278e9f005d45e8a04eee4c74b85cfde | |
parent | d81e2bb0b0f60450cecfc1390e3a960f3b6e7bbb (diff) | |
download | PrismLauncher-b2bcdb9d9b61ef3244738f85b882aa96c880e932.tar.gz PrismLauncher-b2bcdb9d9b61ef3244738f85b882aa96c880e932.tar.bz2 PrismLauncher-b2bcdb9d9b61ef3244738f85b882aa96c880e932.zip |
fix a typo+explain better
-rw-r--r-- | BUILD.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -230,7 +230,7 @@ xcode-select --install ### Build -Pick an installation path - this is where the final `polymc.app` will be constructed when you run `make install`. Supply it as the `CMAKE_INSTALL_PREFIX` argument during CMake configuration. +Pick an installation path - this is where the final `polymc.app` will be constructed when you run `make install`. Supply it as the `CMAKE_INSTALL_PREFIX` argument during CMake configuration. By default, it's in the build/dist folder under PolyMC ``` git clone --recursive https://github.com/PolyMC/PolyMC.git @@ -248,7 +248,7 @@ cmake \ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 \ .. make install -mv jars/ polymc.app/Contents/MacOS +mv jars/ dist/polymc.app/Contents/MacOS ``` **Note:** The final app bundle may not run due to code signing issues, which |