More fixes to make-windows-installer for #2187.
This commit is contained in:
parent
009bee687f
commit
f5087d84a1
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ cabal clean
|
|||
cabal install hsb2hs
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
REM We do it once to regenrate data/reference.docx/odt
|
||||
cabal install -v1 --force --reinstall --flags="embed_data_files"
|
||||
cabal install -v1 --force --reinstall
|
||||
cabal clean
|
||||
REM then again for real, because otherwise it won't work with embed_data_files:
|
||||
cabal install -v1 --force --reinstall --flags="embed_data_files" . pandoc-citeproc
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
|
|
Loading…
Add table
Reference in a new issue