mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
niminst: add missing nimsuggest tool; small koch.nim cleanup
This commit is contained in:
@@ -66,6 +66,8 @@ Files: "compiler"
|
||||
Files: "doc"
|
||||
Files: "doc/html"
|
||||
Files: "tools"
|
||||
Files: "nimsuggest"
|
||||
Files: "nimsuggest/tests/*.nim"
|
||||
Files: "web/website.ini"
|
||||
Files: "web/ticker.html"
|
||||
Files: "web/*.nim"
|
||||
|
||||
7
koch.nim
7
koch.nim
@@ -421,14 +421,7 @@ proc winReleaseArch(arch: string) =
|
||||
# determine which mingw link to put in the NSIS installer.
|
||||
nimexec "c --out:koch_temp --cpu:$# koch" % cpu
|
||||
exec "koch_temp boot -d:release --cpu:$#" % cpu
|
||||
exec "koch_temp nsis -d:release"
|
||||
exec "koch_temp zip -d:release"
|
||||
|
||||
when false:
|
||||
# we now disable the NSIS installer as it cannot download from https
|
||||
# and is broken in so many different ways it's not funny anymore:
|
||||
moveFile r"build\nim_$#.exe" % VersionAsString,
|
||||
r"web\upload\download\nim-$#_x$#.exe" % [VersionAsString, arch]
|
||||
moveFile r"build\nim-$#.zip" % VersionAsString,
|
||||
r"web\upload\download\nim-$#_x$#.zip" % [VersionAsString, arch]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user