summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2016-09-27 06:47:33 +0800
committerAndy Green <andy@warmcat.com>2016-09-27 06:47:33 +0800
commit8d8e9bec9b487aa30abba6356a59b5ce41752875 (patch)
treecebc7a7ded4d94f1d853c0292fdfabb38450904c
parent6ed189965f1e784508fc309b41b9439083565af5 (diff)
downloadlibwebsockets-8d8e9bec9b487aa30abba6356a59b5ce41752875.tar.gz
libwebsockets-8d8e9bec9b487aa30abba6356a59b5ce41752875.tar.bz2
libwebsockets-8d8e9bec9b487aa30abba6356a59b5ce41752875.zip
appveyor: get nsis from libwebsockets.org
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 826a6ca6..a6b45fc4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,7 +16,8 @@ environment:
install:
- appveyor DownloadFile https://libwebsockets.org:444/Win32OpenSSL-1_0_2h.exe
- Win32OpenSSL-1_0_2h.exe /silent /verysilent /sp- /suppressmsgboxes
- - cinst -y nsis
+ - appveyor DownloadFile https://libwebsockets.org:444/nsis-3.0rc1-setup.exe
+ - cmd /c start /wait nsis-3.0rc1-setup.exe /S /D=C:\nsis
- SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;%PATH%
build: