executable renamed from 'java' to 'Terrarum'

This commit is contained in:
minjaesong
2023-07-24 00:56:01 +09:00
parent 6df78b59a9
commit 4c1f16fe91
11 changed files with 11 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ chmod +x $DESTDIR/AppRun
# Copy over a Java runtime
mkdir $DESTDIR/out
cp -r "../out/$RUNTIME" $DESTDIR/out/
mv $DESTDIR/out/$RUNTIME/bin/java $DESTDIR/out/$RUNTIME/bin/Terrarum
# Copy over all the assets and a jarfile
cp -r "../assets_release" $DESTDIR/