Skip to content

Commit d52ff7b

Browse files
committed
Update README.md
1 parent 76be613 commit d52ff7b

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
@@ -13,7 +13,7 @@ Add the following `plugin` tag to your `pom.xml`:
1313
<plugin>
1414
<groupId>io.github.fvarrui</groupId>
1515
<artifactId>javapackager</artifactId>
16-
<version>0.9.0</version>
16+
<version>0.9.1</version>
1717
<executions>
1818
<execution>
1919
<phase>package</phase>
@@ -57,12 +57,12 @@ And by default it will generate next artifacts in `target ` folder:
5757

5858
| Artifact | Description |
5959
| ----------------------------------------- | ------------------------------------------------------------ |
60-
| `app` | Directory with the native application and other needed assets. |
60+
| `${name}` | Directory with the native application and other needed assets. |
6161
| `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**). |
6363
| `projectname_projectversion.rpm` | RPM package file if it's executed on GNU/Linux (requires **alien** & **rpmbuild**). |
6464
| `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**). |
6666

6767
> :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.
6868

0 commit comments

Comments
 (0)