Fix mac.sh defaults to make a signed, notarized build

This commit is contained in:
Jason Rhinelander 2022-08-26 16:05:04 -03:00
parent 8b157c304e
commit 182f1dccb9
1 changed files with 4 additions and 1 deletions

View File

@ -24,9 +24,12 @@ cmake \
-DNATIVE_BUILD=OFF \
-DWITH_LTO=ON \
-DCMAKE_BUILD_TYPE=Release \
-DMACOS_SYSTEM_EXTENSION=ON \
-DCODESIGN=ON \
-DBUILD_PACKAGE=ON \
"$@" \
..
ninja -j1
ninja -j1 notarize
echo -e "Build complete, your app is here:\n"
ls -lad $(pwd)/Lokinet.app