This commit is contained in:
minjaesong
2023-05-15 16:18:59 +09:00
parent fb60813c14
commit ac3975e52f
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"