mirror of
https://github.com/janet-lang/janet
synced 2024-12-23 15:00:27 +00:00
Add installer to distribution archive on windows.
This commit is contained in:
parent
9723ddb96b
commit
39198de60a
@ -20,9 +20,10 @@ init:
|
|||||||
install:
|
install:
|
||||||
- build_win
|
- build_win
|
||||||
- build_win test
|
- build_win test
|
||||||
- build_win dist
|
|
||||||
- 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
|
||||||
|
- copy janet-install.exe doc\janet-install.exe
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user