Skip to content

Commit 7522e42

Browse files
committed
Update README.md
1 parent b7936bf commit 7522e42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ By default, it will generate next artifacts in `target ` folder:
110110

111111
- `app`: directory with the native application.
112112
- `projectname-projectversion-runnable.jar`: runnable JAR file.
113-
- `projectname_projectversion.deb`: DEB package file only on GNU/Linux.
114-
- `projectname_projectversion.rpm`: RPM package file only on GNU/Linux (requires alien && rpmbuild).
115-
- `projectname_projectversion.exe`: installer file only on Windows.
116-
- `projectname_projectversion.dmg`: disk image file only on Mac OS X.
113+
- `projectname_projectversion.deb`: DEB package file if it's executed on GNU/Linux.
114+
- `projectname_projectversion.rpm`: RPM package file if it's executed on GNU/Linux (requires **alien** & **rpmbuild**).
115+
- `projectname_projectversion.exe`: installer file if it's executed on Windows (requires [**InnoSetup**](http://www.jrsoftware.org/isinfo.php)).
116+
- `projectname_projectversion.dmg`: disk image file if it's executed on Mac OS X.
117117

118118
> :warning: DEB, RPM, EXE installer and DMG files will be ommited if `generateInstaller` property is `false`.
119119

0 commit comments

Comments
 (0)