summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-02 22:09:25 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-02 22:09:25 -0700
commite916c058373b242200a9b6cd91098774287fd19e (patch)
tree4b9e3e4c48abc032f866e9d1b59dbc454709ad6e
parent2bff4ad358768fae00108605698861b99b805644 (diff)
appveyor: maybe fixed escaping.
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 645cbef42..ab278d8a4 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