You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`app`| Directory with the native application and other needed assets. |
60
+
|`${name}`| Directory with the native application and other needed assets. |
61
61
|`projectname-projectversion-runnable.jar`| Runnable JAR file. |
62
-
|`projectname_projectversion.deb`| DEB package file if it's executed on GNU/Linux (requires **dpkg-deb**). |
62
+
|`projectname_projectversion.deb`| DEB package file if it's executed on GNU/Linux (requires **dpkg-deb**). |
63
63
|`projectname_projectversion.rpm`| RPM package file if it's executed on GNU/Linux (requires **alien** & **rpmbuild**). |
64
64
|`projectname_projectversion.exe`| Installer file if it's executed on Windows (requires [**Inno Setup**](http://www.jrsoftware.org/isinfo.php)). |
65
-
|`projectname_projectversion.dmg`| Disk image file if it's executed on Mac OS X (requires **hdiutil**). |
65
+
|`projectname_projectversion.dmg`| Disk image file if it's executed on Mac OS X (requires **hdiutil**). |
66
66
67
67
> :warning: DEB, RPM, EXE installer and DMG files will be ommited if `generateInstaller` plugin property is `false` or if target platform is different from execution platform.
0 commit comments