From 8d7b40273f3d0192bbd11e5ca668ce0e6bb11f13 Mon Sep 17 00:00:00 2001 From: Vladar4 Date: Mon, 20 Mar 2017 21:09:25 +0200 Subject: [PATCH] fixed win32 build script --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index f986a6d..1e3e581 100755 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ cd src -nim c --out:..\gggrotto.exe -d:release --opt:speed gggrotto.nim +nim c --out:..\gggrotto.exe -d:release --opt:speed --app:gui gggrotto.nim rmdir /s /q nimcache cd ..