- Include java-jdk and javafx-sdk folders in windows installer.
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Changes to be committed:
modified: installer/windows/hatch.nsi
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
; 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