From: Kyle Huckins Date: Thu, 28 Mar 2019 17:27:04 +0000 (+0000) Subject: lp1817932 Include Java folders in NSIS installer X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=264e2fbfd8f1cf4cc8c163c75db9144a13dfa936;p=working%2FHatch.git lp1817932 Include Java folders in NSIS installer - Include java-jdk and javafx-sdk folders in windows installer. Signed-off-by: Kyle Huckins Changes to be committed: modified: installer/windows/hatch.nsi Signed-off-by: Bill Erickson Signed-off-by: Jason Boyer --- diff --git a/installer/windows/hatch.nsi b/installer/windows/hatch.nsi index 657591c7a8..d74cbdb6e5 100644 --- a/installer/windows/hatch.nsi +++ b/installer/windows/hatch.nsi @@ -101,6 +101,8 @@ section "install" ; Install directory files - keep these in the same directory ; as the script before compiling. SetOutPath $INSTDIR\ ;Sets output path to our InstallDir + File /r ..\..\java-jdk + File /r ..\..\javafx-sdk File /r ..\..\lib File /r ..\..\extension File ..\..\hatch.bat