File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments