fix MacOS build instructions
This commit is contained in:
parent
f36930d812
commit
177c10bb0f
3
BUILD.md
3
BUILD.md
@ -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
|
git clone --recursive https://github.com/PolyMC/PolyMC.git
|
||||||
cd Launcher
|
cd PolyMC
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake \
|
cmake \
|
||||||
@ -248,6 +248,7 @@ cmake \
|
|||||||
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 \
|
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 \
|
||||||
..
|
..
|
||||||
make install
|
make install
|
||||||
|
mv jars/ polymc.app/Contents/MacOS
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** The final app bundle may not run due to code signing issues, which
|
**Note:** The final app bundle may not run due to code signing issues, which
|
||||||
|
Loading…
Reference in New Issue
Block a user