From a483b7a9f28c232d66a5c7596926e5c31af865e2 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Sun, 9 Jun 2019 21:34:27 +0800 Subject: fix nsis version --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index b4bc90e4f..8cb95ae45 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,8 +14,10 @@ install: - ps: New-Item ./winenv/bin -ItemType Directory # NSIS - ps: Invoke-WebRequest "https://svwh.dl.sourceforge.net/project/nsis/NSIS 3/3.04/nsis-3.04.zip" -UseBasicParsing -OutFile ./nsis.zip + - ps: Invoke-WebRequest "https://svwh.dl.sourceforge.net/project/nsis/NSIS 3/3.04/nsis-3.04-strlen_8192.zip" -UseBasicParsing -OutFile ./nsis-longstr.zip - ps: Expand-Archive ./nsis.zip -DestinationPath ./nsis - ps: Move-Item ./nsis/*/* ./nsis + - ps: Expand-Archive ./nsis-longstr.zip -DestinationPath ./nsis -Force # unzip - ps: Invoke-WebRequest "https://svwh.dl.sourceforge.net/project/gnuwin32/unzip/5.51-1/unzip-5.51-1-bin.zip" -UseBasicParsing -OutFile .\unzip.zip - ps: Expand-Archive ./unzip.zip -DestinationPath ./unzip -- cgit v1.3.1