mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge pull request #1154 from johankwarnmarksymphony/master
Update path to root
This commit is contained in:
commit
7a6dec84c2
@ -169,11 +169,11 @@ if ERRORLEVEL 1 (
|
|||||||
|
|
||||||
echo "Generating installation instructions"
|
echo "Generating installation instructions"
|
||||||
call %appdata%\npm\markdown-pdf install_instructions_win.md
|
call %appdata%\npm\markdown-pdf install_instructions_win.md
|
||||||
|
copy install_instructions_win.pdf "%targetsDir%\Install-Instructions-%archiveName%.pdf"
|
||||||
|
|
||||||
echo Generate release notes
|
echo Generate release notes
|
||||||
|
cd %CD%
|
||||||
call %appdata%\npm\markdown-pdf RELEASE_NOTES.md
|
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"
|
copy RELEASE_NOTES.pdf "%targetsDir%\Release-Notes-%archiveName%.pdf"
|
||||||
|
|
||||||
echo "All done, job successfull :)"
|
echo "All done, job successfull :)"
|
||||||
|
Loading…
Reference in New Issue
Block a user