appveyor.yml: proper editbin path both times...

This commit is contained in:
John MacFarlane 2017-05-15 19:50:37 +02:00
parent a97f69066e
commit 1e2dc33165

View file

@ -37,7 +37,7 @@ after_test:
# allow use of > 2GB memory
# see https://jonathanchang.org/blog/fixing-pandoc-out-of-memory-errors-on-windows/
- '"%EDITBIN%"\editbin /LARGEADDRESSAWARE "pandoc.exe"'
- editbin /LARGEADDRESSAWARE "pandoc-citeproc.exe"
- '"%EDITBIN%"\editbin /LARGEADDRESSAWARE "pandoc-citeproc.exe"'
- .\pandoc.exe -s --toc ..\MANUAL.txt -o MANUAL.html
- .\pandoc.exe -s ..\COPYING.md -o COPYING.rtf
- copy ..\COPYRIGHT COPYRIGHT.txt