We use jpackage to build an MSI installer for this project
You will need Wix 3.0 or later installed on your machine, you can download it from here https://wixtoolset.org/
First run
mvn clean package
Run the
build_windows_exe.bat
To generate a production build
Run the
build_windows_exe_debuggable.bat
To generate a debuggable build for testing, this will have a console where all std output will be piped to
The installer exe will be output to the /builds/windows
folder in the root of this project.