mirror of
https://github.com/janet-lang/janet
synced 2026-01-06 15:19:06 +00:00
Update installer to add desktop app.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user