1. Compile Release
output: result.jar inside /Objects directory
2. Build Standalone Package
output: result.exe inside /Objects/temp/build directory
You can copy
build directory and compress the folder as build.zip and rename it.
3. Compile with Inno Setup Compiler
output: setup.exe inside /Objects/temp directory
a. Go up one level to /Objects/temp, you can find a file name InstallerScript-Template.iss
b. Double click to open the file in Inno Setup Compiler. Edit the file as you wish.
c. Select Build -> Compile
d. The installer file is created as a single file.