From 264e2fbfd8f1cf4cc8c163c75db9144a13dfa936 Mon Sep 17 00:00:00 2001 From: Kyle Huckins Date: Thu, 28 Mar 2019 17:27:04 +0000 Subject: [PATCH] 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 --- installer/windows/hatch.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/windows/hatch.nsi b/installer/windows/hatch.nsi index 657591c..d74cbdb 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 -- 2.11.0