appveyor.yml: Fixed another multiline statement.
This commit is contained in:
parent
01ddeda11f
commit
06b761be5b
1 changed files with 1 additions and 4 deletions
|
@ -29,10 +29,7 @@ after_build:
|
|||
.\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.rtf COPYING -t rtf -S -o COPYING.rtf
|
||||
copy COPYRIGHT COPYRIGHT.txt
|
||||
for /f "tokens=2 delims= " %%a in ('.\.cabal-sandbox\bin\pandoc --version') do ( set "VERSION=%%a" && exit )
|
||||
if "%VERSION%" == "" (
|
||||
echo Error: could not determine version number.
|
||||
exit /b 1
|
||||
)
|
||||
if "%VERSION%" == "" ( echo "Error: could not determine version number." && exit /b 1 )
|
||||
cd windows
|
||||
echo Creating msi...
|
||||
candle -dVERSION=%VERSION% pandoc.wxs
|
||||
|
|
Loading…
Add table
Reference in a new issue