mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 09:17:17 +00:00
Update installer to add desktop app.
This commit is contained in:
parent
3bd7787efa
commit
3f5ba64f30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user