By default (mvn jfx:native), the EXE-based installer produced by Inno Setup only tells the user that it will be installing the application. In many cases, a license agreement or other information will be presented to the user. Figure out how to do this and add to the project.
By default (
mvn jfx:native
), the EXE-based installer produced by Inno Setup only tells the user that it will be installing the application. In many cases, a license agreement or other information will be presented to the user. Figure out how to do this and add to the project.