@@ -122,20 +122,21 @@ gradle packageMyApp
122
122
123
123
By default it will generate next artifacts in ` ${outputDirectory} ` folder:
124
124
125
- | Artifact | Description | Platform | Requires |
126
- | --------------------------------------- | ---------------------------------------------------------------- | -------- | -------------------------------------------------- |
127
- | ` ${name} ` | Directory with native application and other assets. | All | |
128
- | ` ${name}-${version}-runnable.jar ` | Runnable JAR file. | All | |
129
- | ` ${name}_${version}.deb ` | DEB package file. | All | |
130
- | ` ${name}_${version}.rpm ` | RPM package file. | All | |
131
- | ` ${name}_${version}.exe ` | Setup file. | Windows | [ Inno Setup] ( http://www.jrsoftware.org/isinfo.php ) |
132
- | ` ${name}_${version}.msi ` | MSI installer file. | Windows | [ WiX Toolset] ( https://wixtoolset.org/ ) |
133
- | ` ${name}_${version}.msm ` | MSI merge module file. | Windows | [ WiX Toolset] ( https://wixtoolset.org/ ) |
134
- | ` ${name}_${version}.dmg ` | Disk image file (uses ** hdiutil** ). | Mac OS | |
135
- | ` ${name}_${version}.pkg ` | PKG installer file (uses ** pkgbuild** ). | Mac OS | |
136
- | ` ${name}-${version}-${platform}.zip ` | Zipball containing generated directory ` ${name} ` . | All | |
137
- | ` ${name}-${version}-${platform}.tar.gz ` | Compressed tarball containing generated directory ` ${name} ` . | All | |
138
- | ` assets ` | Directory with all intermediate files generated by JavaPackager. | All | |
125
+ | Artifact | Description | Platform | Requires |
126
+ | --------------------------------------- | ---------------------------------------------------------------- | --------- | --------------------------------------------------------------------------- |
127
+ | ` ${name} ` | Directory with native application and other assets. | All | |
128
+ | ` ${name}-${version}-runnable.jar ` | Runnable JAR file. | All | |
129
+ | ` ${name}_${version}.AppImage ` | AppImage package file. | GNU/Linux | [ FUSE 2] ( https://github.com/AppImage/AppImageKit/wiki/FUSE ) to run the app. |
130
+ | ` ${name}_${version}.deb ` | DEB package file. | All | |
131
+ | ` ${name}_${version}.rpm ` | RPM package file. | All | |
132
+ | ` ${name}_${version}.exe ` | Setup file. | Windows | [ Inno Setup] ( http://www.jrsoftware.org/isinfo.php ) |
133
+ | ` ${name}_${version}.msi ` | MSI installer file. | Windows | [ WiX Toolset] ( https://wixtoolset.org/ ) |
134
+ | ` ${name}_${version}.msm ` | MSI merge module file. | Windows | [ WiX Toolset] ( https://wixtoolset.org/ ) |
135
+ | ` ${name}_${version}.dmg ` | Disk image file (uses ** hdiutil** ). | Mac OS | |
136
+ | ` ${name}_${version}.pkg ` | PKG installer file (uses ** pkgbuild** ). | Mac OS | |
137
+ | ` ${name}-${version}-${platform}.zip ` | Zipball containing generated directory ` ${name} ` . | All | |
138
+ | ` ${name}-${version}-${platform}.tar.gz ` | Compressed tarball containing generated directory ` ${name} ` . | All | |
139
+ | ` assets ` | Directory with all intermediate files generated by JavaPackager. | All | |
139
140
140
141
> ** Inno Setup** and ** WiX Toolset** installation [ guide] ( docs/windows-tools-guide.md ) .
141
142
0 commit comments