Skip to content

Commit 3e5cab7

Browse files
committed
Update README.md
1 parent a462e53 commit 3e5cab7

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -122,20 +122,21 @@ gradle packageMyApp
122122

123123
By default it will generate next artifacts in `${outputDirectory} ` folder:
124124

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 | |
139140

140141
> **Inno Setup** and **WiX Toolset** installation [guide](docs/windows-tools-guide.md).
141142

0 commit comments

Comments
 (0)