From 9c711893a842abb4a554620631b49fde8d785e97 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 1 Jul 2015 15:03:12 +0100 Subject: [PATCH] Fix path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 154689455d..c730d811aa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ build_script: after_build: - cd installer - - '%PROGRAMFILES(x86)%\makensis mosquitto.nsi' + - '"%PROGRAMFILES(x86)%\NSIS\makensis" mosquitto.nsi' artifacts: - name: Installer