is this the way?

This commit is contained in:
minjaesong
2023-07-05 01:15:48 +09:00
parent 07d5e571d6
commit 742cabb81f

View File

@@ -22,7 +22,7 @@ then
fi fi
x86_64-w64-mingw32-gcc -Os -s -o $DESTDIR/Terrarum.exe $SRCFILES/Terrarum.c || { echo 'Building EXE failed' >&2; exit 1; } x86_64-w64-mingw32-gcc -Os -s -o $DESTDIR/Terrarum.exe $SRCFILES/Terrarum.c || { echo 'Building EXE failed' >&2; exit 1; }
# TODO add icon to the exe # TODO add icon to the exe (use x86_64-w64-mingw32-windres?)
# Copy over a Java runtime # Copy over a Java runtime
mkdir $DESTDIR/out mkdir $DESTDIR/out