Windows install script: Fixed typo in path.
This commit is contained in:
parent
5ff2adc08f
commit
7019069a32
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ cabal install -v1 --reinstall --flags="embed_data_files" pandoc-citeproc
|
|||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
strip .\.cabal-sandbox\bin\pandoc.exe
|
||||
strip .\.cabal-sandbox\bin\pandoc-citeproc.exe
|
||||
\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.html -S README -o README.html
|
||||
.\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.html -S README -o README.html
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
.\cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.rtf COPYING -t rtf -S -o COPYING.rtf
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
|
|
Loading…
Add table
Reference in a new issue