summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/koch.nim b/koch.nim
index 2b5e05207..b1ab07e35 100644
--- a/koch.nim
+++ b/koch.nim
@@ -223,8 +223,8 @@ proc bundleWinTools() =
   copyExe("tools/finish".exe, "finish".exe)
   removeFile("tools/finish".exe)
   nimexec("c -o:bin/vccexe.exe tools/vccenv/vccexe")
-  nimexec("c --cc:vcc --app:gui -o:downloader.exe --noNimblePath " &
-          "--path:..\ui tools\downloader.nim")
+  nimexec(r"c --cc:vcc --app:gui -o:downloader.exe --noNimblePath " &
+          r"--path:..\ui tools\downloader.nim")
 
 proc zip(args: string) =
   bundleNimbleSrc()