Update path to root

This commit is contained in:
Johan Kwarnmark 2020-12-16 14:58:07 +01:00
parent 999071edf7
commit f838a8bb8e

View File

@ -169,11 +169,11 @@ if ERRORLEVEL 1 (
echo "Generating installation instructions"
call %appdata%\npm\markdown-pdf install_instructions_win.md
copy install_instructions_win.pdf "%targetsDir%\Install-Instructions-%archiveName%.pdf"
echo Generate release notes
cd %CD%
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 :)"