diff --git a/buildapp/build_app_mac_arm.sh b/buildapp/build_app_mac_arm.sh index 6c23790d3..c81e7ee61 100755 --- a/buildapp/build_app_mac_arm.sh +++ b/buildapp/build_app_mac_arm.sh @@ -30,5 +30,5 @@ cp -r "../out/$RUNTIME" $DESTDIR/Contents/MacOS/ cp -r "../assets_release" $DESTDIR/Contents/MacOS/ mv $DESTDIR/Contents/MacOS/assets_release $DESTDIR/Contents/MacOS/assets cp -r "../out/TerrarumBuild.jar" $DESTDIR/Contents/MacOS/assets/ - +zip -r -9 -l $DESTDIR.zip $DESTDIR echo "Build successful: $DESTDIR" diff --git a/buildapp/build_app_mac_x86.sh b/buildapp/build_app_mac_x86.sh index a67904546..c64387313 100755 --- a/buildapp/build_app_mac_x86.sh +++ b/buildapp/build_app_mac_x86.sh @@ -30,5 +30,5 @@ cp -r "../out/$RUNTIME" $DESTDIR/Contents/MacOS/ cp -r "../assets_release" $DESTDIR/Contents/MacOS/ mv $DESTDIR/Contents/MacOS/assets_release $DESTDIR/Contents/MacOS/assets cp -r "../out/TerrarumBuild.jar" $DESTDIR/Contents/MacOS/assets/ - +zip -r -9 -l $DESTDIR.zip $DESTDIR echo "Build successful: $DESTDIR"