1
0
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:
Calvin Rose 2018-12-22 18:08:37 -05:00
parent 9723ddb96b
commit 39198de60a

View File

@ -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