From 92e3f8ce2f7dd3a54f99a67facaa176b1a361610 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 1 Jul 2015 11:57:37 +0100 Subject: [PATCH] Get nsis from chocolatey. --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 212c8882..15468945 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release NSIS_ROOT: C:\nsis - SSL_VER: 1_0_2a + SSL_VER: 1_0_2c configuration: - Release @@ -11,8 +11,7 @@ install: - Win32OpenSSL-%SSL_VER%.exe /silent /verysilent /sp- /suppressmsgboxes - appveyor DownloadFile ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip - 7z -y x pthreads-w32-2-9-1-release.zip -oC:\pthreads\ - - appveyor DownloadFile "http://sunet.dl.sourceforge.net/project/nsis/NSIS 2/2.46/nsis-2.46-setup.exe" -FileName nsissetup.exe - - nsissetup /S /D=%NSIS_ROOT% + - cinst -y nsis build: @@ -25,7 +24,7 @@ build_script: after_build: - cd installer - - '%NSIS_ROOT%\makensis mosquitto.nsi' + - '%PROGRAMFILES(x86)%\makensis mosquitto.nsi' artifacts: - name: Installer