From f838a8bb8ea2c3afa96450dc2eac83dd5c0903bf Mon Sep 17 00:00:00 2001 From: Johan Kwarnmark Date: Wed, 16 Dec 2020 14:58:07 +0100 Subject: [PATCH] Update path to root --- scripts/build-win64.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-win64.bat b/scripts/build-win64.bat index 5efce2aa..4df0e4d2 100644 --- a/scripts/build-win64.bat +++ b/scripts/build-win64.bat @@ -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 :)"