appveyor.yml: proper editbin path both times...
This commit is contained in:
parent
a97f69066e
commit
1e2dc33165
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue