mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
is this the way?
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user