Skip to content

Commit 1059586

Browse files
authored
Update README.md
1 parent 6f4cd14 commit 1059586

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
@@ -67,10 +67,10 @@ And by default it will generate next artifacts in `target ` folder:
6767
| ----------------------------------------- | ------------------------------------------------------------ |
6868
| `app` | Directory with the native application and other needed assets. |
6969
| `projectname-projectversion-runnable.jar` | Runnable JAR file. |
70-
| `projectname_projectversion.deb` | DEB package file if it's executed on GNU/Linux. |
70+
| `projectname_projectversion.deb` | DEB package file if it's executed on GNU/Linux (requires **dpkg-deb**). |
7171
| `projectname_projectversion.rpm` | RPM package file if it's executed on GNU/Linux (requires **alien** & **rpmbuild**). |
72-
| `projectname_projectversion.exe` | Installer file if it's executed on Windows (requires [**InnoSetup**](http://www.jrsoftware.org/isinfo.php)). |
73-
| `projectname_projectversion.dmg` | Disk image file if it's executed on Mac OS X. |
72+
| `projectname_projectversion.exe` | Installer file if it's executed on Windows (requires [**Inno Setup**](http://www.jrsoftware.org/isinfo.php)). |
73+
| `projectname_projectversion.dmg` | Disk image file if it's executed on Mac OS X (requires **hdiutil**). |
7474

7575
> :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.
7676
@@ -196,4 +196,4 @@ mvn install
196196
## Older documentation
197197

198198
- [v0.8.7](https://github.com/fvarrui/JavaPackager/blob/882f7e2eed31d67940d8f34e2a4ebb44ba0e8001/README.md)
199-
- [v0.8.6](https://github.com/fvarrui/JavaPackager/blob/63f7787ba769672701f49fcf014cb0f7cea86117/README.md)
199+
- [v0.8.6](https://github.com/fvarrui/JavaPackager/blob/63f7787ba769672701f49fcf014cb0f7cea86117/README.md)

0 commit comments

Comments
 (0)