- JDK 21 (LTS) or newer
- Apache Ant
- Apache Ivy
- WiX Toolset
Run the default Windows build:
build.bat
This resolves dependencies and builds the fatjar.
Or build manually (no Microsoft Store required):
ant -lib ivy.jar clean resolve fatjar- Build MSI with
jpackage --type msifrom the generated fatjar
Notes:
- The release workflow uses
jpackagefor Windows MSI builds. - The generated MSI can be installed and run by standard Windows users without Microsoft Store.