diff options
author | Araq <rumpf_a@web.de> | 2016-10-31 23:10:48 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-10-31 23:10:48 +0100 |
commit | 5b01f2e374c6114e7ff6aae59aea94df03d4afb7 (patch) | |
tree | e78fe024ef92b8517208225333526949b5503d55 | |
parent | a94a0f27f2252e06427364665e1cbb9a6bce5af7 (diff) | |
download | Nim-5b01f2e374c6114e7ff6aae59aea94df03d4afb7.tar.gz |
touch koch.nim to trigger CI build
-rw-r--r-- | koch.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim index 74a65a4ae..17a5c7c77 100644 --- a/koch.nim +++ b/koch.nim @@ -199,6 +199,7 @@ proc bundleNimsuggest(buildExe: bool) = copyExe("tools/nimsuggest/nimsuggest".exe, "bin/nimsuggest".exe) removeFile("tools/nimsuggest/nimsuggest".exe) + proc bundleWinTools() = nimexec("c tools/finish.nim") copyExe("tools/finish".exe, "finish".exe) |