From ac3975e52fdd94a0cc2845e6c9f1a48bd6820751 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Mon, 15 May 2023 16:18:59 +0900 Subject: [PATCH] whyyyy --- buildapp/build_app_mac_arm.sh | 2 +- buildapp/build_app_mac_x86.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildapp/build_app_mac_arm.sh b/buildapp/build_app_mac_arm.sh index c81e7ee61..6c23790d3 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 c64387313..a67904546 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"