Remove no-longer-needed dependency fetcher warning about removing files.
Repair file path in windows install docs.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
mv "$JDK_DIR" "$JDK_DIR_SHORT";
mv "$JFX_DIR" "$JFX_DIR_SHORT";
-if [ "$PLATFORM" == "windows" ]; then
- echo "Please remove all .zip / .tar.gz files before completing the Windows build!"
- echo
- ls *.tar.gz *.zip 2> /dev/null
- echo
-fi;
-
=== Updating Version Number
-Modify the following variables in 'defines.nsh' as needed to apply
-version numbers to the Hatch installer.
+Modify the following variables in 'installer/windows/defines.nsh' as
+needed to apply version numbers to the Hatch installer.
....
!define VERSIONMAJOR 2