1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Force older version of nsis for appveyor (#3287)

This commit is contained in:
janisozaur
2016-04-12 01:08:55 +02:00
committed by Ted John
parent cbfd48ef7d
commit ed01d10653

View File

@@ -11,7 +11,7 @@ install:
- cmd: >-
IF DEFINED ENCKEY ( nuget install secure-file -ExcludeVersion && secure-file\tools\secure-file -decrypt distribution\windows\code-sign-key-openrct2.org.pfx.enc -secret %ENCKEY% )
cinst nsis.portable -pre > nul
cinst nsis.portable --version=3.01-beta1 > nul
- ps: >-
curl "http://nsis.sourceforge.net/mediawiki/images/5/53/KillProcDll%26FindProcDll.zip" -OutFile nsisxtra.zip