mirror of
https://github.com/finos/SymphonyElectron.git
synced 2026-08-17 00:14:59 -05:00
SDA-2650 Fixed call to markdown-pdf
This commit is contained in:
@@ -113,6 +113,6 @@ if ERRORLEVEL 1 (
|
|||||||
call npm install -g markdown-pdf
|
call npm install -g markdown-pdf
|
||||||
)
|
)
|
||||||
echo Generating install instructions
|
echo Generating install instructions
|
||||||
%appdata%\npm\markdown-pdf install_instructions_win.md
|
call %appdata%\npm\markdown-pdf install_instructions_win.md
|
||||||
echo Install instructions generated: %targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf
|
echo Install instructions generated: %targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf
|
||||||
copy install_instructions_win.pdf "%targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf"
|
copy install_instructions_win.pdf "%targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf"
|
||||||
|
|||||||
Reference in New Issue
Block a user