From a62c60ef870f6d1c26f6c91b93b2ba79bc7c5242 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 7 Feb 2017 08:02:17 +0100 Subject: [PATCH] koch.nim: don't commit after 1am --- koch.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koch.nim b/koch.nim index 2b5e052070..b1ab07e35e 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()