diff --git a/appveyor.yml b/appveyor.yml index 320c9c47..db9b82a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,9 +20,10 @@ init: install: - build_win - build_win test - - build_win dist - choco install nsis -y -pre - call "C:\Program Files (x86)\NSIS\makensis.exe" janet-installer.nsi + - build_win dist + - copy janet-install.exe doc\janet-install.exe build: off