mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-16 18:25:04 -06:00
Generate the release notes as pdf for windows
This commit is contained in:
parent
ba43bcb2c6
commit
ce756721ff
@ -169,6 +169,11 @@ if ERRORLEVEL 1 (
|
||||
|
||||
echo "Generating installation instructions"
|
||||
call %appdata%\npm\markdown-pdf install_instructions_win.md
|
||||
|
||||
echo Generate release notes
|
||||
call %appdata%\npm\markdown-pdf RELEASE_NOTES.md
|
||||
|
||||
copy install_instructions_win.pdf "%targetsDir%\Install-Instructions-%archiveName%.pdf"
|
||||
copy RELEASE_NOTES.pdf "%targetsDir%\Release-Notes-%archiveName%.pdf"
|
||||
|
||||
echo "All done, job successfull :)"
|
||||
|
Loading…
Reference in New Issue
Block a user