Update Appveyor to build Wix installer

This commit is contained in:
Leaf Garland 2020-05-19 17:00:42 +12:00
parent 737fee94d0
commit 338ef8f2e4
1 changed files with 1 additions and 5 deletions

View File

@ -19,10 +19,6 @@ init:
install:
- set JANET_BUILD=%appveyor_repo_commit:~0,7%
- choco install nsis -y -pre --version 3.05
# Replace makensis.exe and files with special long string build. This should
# prevent issues when setting PATH during installation.
- 7z e "tools\nsis-3.05-strlen_8192.zip" -o"C:\Program Files (x86)\NSIS\" -y
- build_win all
- refreshenv
# We need to reload vcvars after refreshing
@ -48,7 +44,7 @@ artifacts:
- name: "janet-$(janet_outname)-windows-%platform%"
path: dist
type: Zip
- path: "janet-$(janet_outname)-windows-%platform%-installer.exe"
- path: "janet-$(janet_outname)-windows-%platform%-installer.msi"
type: File
deploy: