From 4befa01f4a18002d0b4261f47fa7920a16848fc3 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Fri, 15 Apr 2016 22:45:34 +0000 Subject: [PATCH] Testing using an older version of NSIS in appveyor builds again --- extra/appveyor/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/appveyor/appveyor.yml b/extra/appveyor/appveyor.yml index 03599d1e6..283dc3842 100644 --- a/extra/appveyor/appveyor.yml +++ b/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