mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +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
|
- choco install nsis -y -pre
|
||||||
- call "C:\Program Files (x86)\NSIS\makensis.exe" janet-installer.nsi
|
- call "C:\Program Files (x86)\NSIS\makensis.exe" janet-installer.nsi
|
||||||
- build_win dist
|
- build_win dist
|
||||||
- copy janet-install.exe dist\janet-install.exe
|
- copy janet-install.exe dist\install.exe
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
@ -29,6 +29,9 @@ Section "Janet" BfWSection
|
|||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
File "janet.exe"
|
File "janet.exe"
|
||||||
WriteUninstaller "$INSTDIR\janet-uninstall.exe"
|
WriteUninstaller "$INSTDIR\janet-uninstall.exe"
|
||||||
|
|
||||||
|
# Start Menu
|
||||||
|
CreateShortCut "$SMPROGRAMS\Janet.lnk" "$INSTDIR\janet.exe" "" ""
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Function .onInit
|
Function .onInit
|
||||||
|
Loading…
Reference in New Issue
Block a user