mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-20 16:01:29 +00:00
koch.nim: don't commit after 1am
This commit is contained in:
4
koch.nim
4
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()
|
||||
|
||||
Reference in New Issue
Block a user