From 703151c6bbe0482e36c26debf90a58347316535c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 2 Jun 2016 21:33:57 -0700 Subject: appveyor: fixed set command. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6a106f97e..4cb5c727e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,9 +40,9 @@ after_test: - .\pandoc.exe -s -S ..\README -o README.html - .\pandoc.exe -s -S ..\COPYING -o COPYING.rtf - copy ..\COPYRIGHT COPYRIGHT.txt - - set WIXPATH "C:\Program Files (x86)\WiX Toolset v3.10\bin" - - "%WIXPATH%\candle" -dVERSION="%VERSION%" -dBINPATH=. pandoc.wxs - - "%WIXPATH%\light" -sw1076 -ext WixUIExtension -ext WixUtilExtension -out pandoc-%VERSION%-windows.msi pandoc.wixobj + - set WIXPATH="C:\Program Files (x86)\WiX Toolset v3.10\bin" + - "%WIXPATH%"\candle -dVERSION="%VERSION%" -dBINPATH=. pandoc.wxs + - "%WIXPATH%"\light -sw1076 -ext WixUIExtension -ext WixUtilExtension -out pandoc-%VERSION%-windows.msi pandoc.wixobj artifacts: - path: windows\pandoc.zip -- cgit v1.2.3