windows installer missing quote
authorAndy Green <andy.green@linaro.org>
Tue, 10 Mar 2015 13:39:45 +0000 (21:39 +0800)
committerAndy Green <andy.green@linaro.org>
Tue, 10 Mar 2015 13:39:45 +0000 (21:39 +0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
appveyor.yml

index d69d758..8e469eb 100644 (file)
@@ -28,7 +28,7 @@ build_script:
 after_build:
   - cd ..
   - cd win32port
-  - C:\Program Files\NSIS\makensis.exe -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi'
+  - 'C:\Program Files\NSIS\makensis.exe -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi'
 
 
 artifacts: