1
0
mirror of https://github.com/janet-lang/janet synced 2026-07-05 10:52:43 +00:00

Update installer to add desktop app.

This commit is contained in:
Calvin Rose
2018-12-22 21:11:09 -05:00
parent 3bd7787efa
commit 3f5ba64f30
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ install:
- choco install nsis -y -pre
- call "C:\Program Files (x86)\NSIS\makensis.exe" janet-installer.nsi
- build_win dist
- copy janet-install.exe dist\janet-install.exe
- copy janet-install.exe dist\install.exe
build: off
+3
View File
@@ -29,6 +29,9 @@ Section "Janet" BfWSection
SetOutPath $INSTDIR
File "janet.exe"
WriteUninstaller "$INSTDIR\janet-uninstall.exe"
# Start Menu
CreateShortCut "$SMPROGRAMS\Janet.lnk" "$INSTDIR\janet.exe" "" ""
SectionEnd
Function .onInit