forked from Mirrorlandia_minetest/minetest
MacOS: Add codesigning instructions to docs (#14060)
This commit is contained in:
parent
335af393f0
commit
5054918efc
@ -33,13 +33,15 @@ mkdir build
|
||||
cd build
|
||||
|
||||
cmake .. \
|
||||
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 \
|
||||
-DCMAKE_FIND_FRAMEWORK=LAST \
|
||||
-DCMAKE_INSTALL_PREFIX=../build/macos/ \
|
||||
-DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUE
|
||||
|
||||
make -j$(sysctl -n hw.logicalcpu)
|
||||
make install
|
||||
|
||||
# M1 Macs w/ MacOS >= BigSur
|
||||
codesign --force --deep -s - macos/minetest.app
|
||||
```
|
||||
|
||||
## Run
|
||||
|
Loading…
Reference in New Issue
Block a user