mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 19:22:40 +00:00
moved start.bat to tools/
This commit is contained in:
@@ -94,7 +94,7 @@ Files: "bin/nimble.exe"
|
||||
Files: "koch.exe"
|
||||
Files: "finish.exe"
|
||||
; Files: "dist/mingw"
|
||||
Files: "start.bat"
|
||||
Files: r"tools\start.bat"
|
||||
BinPath: r"bin;dist\mingw\bin;dist"
|
||||
|
||||
; Section | dir | zipFile | size hint (in KB) | url | exe start menu entry
|
||||
|
||||
@@ -69,7 +69,7 @@ when defined(windows):
|
||||
if askBool("Would like to add Nim-" & NimVersion &
|
||||
" to your start menu? (y/n) "):
|
||||
createDir(dest)
|
||||
createShortcut(getCurrentDir() / "start.bat", dest / "Nim",
|
||||
createShortcut(getCurrentDir() / "tools" / "start.bat", dest / "Nim",
|
||||
getCurrentDir() / r"icons\nim.ico")
|
||||
if fileExists("doc/overview.html"):
|
||||
createShortcut(getCurrentDir() / "doc" / "html" / "overview.html",
|
||||
|
||||
Reference in New Issue
Block a user