Browse Source

Testing using an older version of NSIS in appveyor builds

Alex Szpakowski 9 years ago
parent
commit
38cb10c8ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/appveyor/appveyor.yml

+ 1 - 1
extra/appveyor/appveyor.yml

@@ -11,7 +11,7 @@ init:
 
 install:
 # 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.
 - md love