Testing using an older version of NSIS in appveyor builds

This commit is contained in:
Alex Szpakowski
2016-03-31 18:27:34 -03:00
parent 1b1572ad85
commit 38cb10c8ed
+1 -1
View File
@@ -11,7 +11,7 @@ init:
install: install:
# We need to install NSIS to create the packaged installer executable. # We need to install NSIS to create the packaged installer executable.
- choco install nsis -pre -y - choco install nsis -y
# Move all woking directory items except `appveyor.yml` to `love` subdirectory. # Move all woking directory items except `appveyor.yml` to `love` subdirectory.
- md love - md love