koch.nim: don't commit after 1am

This commit is contained in:
Andreas Rumpf
2017-02-07 08:02:17 +01:00
parent 379bdeca06
commit a62c60ef87

View File

@@ -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()