From 742cabb81f5c96c7f0213dcb7677dd3c30803261 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Wed, 5 Jul 2023 01:15:48 +0900 Subject: [PATCH] is this the way? --- buildapp/build_app_windows_x86.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildapp/build_app_windows_x86.sh b/buildapp/build_app_windows_x86.sh index dc0bdd52b..a7e579bbb 100755 --- a/buildapp/build_app_windows_x86.sh +++ b/buildapp/build_app_windows_x86.sh @@ -22,7 +22,7 @@ then fi 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 mkdir $DESTDIR/out