diff options
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 150a35996..f7f6b9555 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,7 +37,11 @@ after_test: - cd windows - 7z a "pandoc.zip" pandoc.exe" - for /f "tokens=2 delims= " %%a in ('pandoc --version') do ( set "VERSION=%%a" && exit ) - - candle -dVERSION="%VERSION%" pandoc.wxs + - .\pandoc.exe -s -S ..\README -o README.html + - .\pandoc.exe -s -S ..\COPYING -o COPYING.rtf + - copy ..\COPYRIGHT COPYRIGHT.txt + - setx path "%path%;C:\Program Files (x86)\WiX Toolset v3.10\bin" + - candle -dVERSION="%VERSION%" -dBINPATH=. pandoc.wxs - light -sw1076 -ext WixUIExtension -ext WixUtilExtension -out pandoc-%VERSION%-windows.msi pandoc.wixobj artifacts: |