Skip to content

Commit 35e2060

Browse files
committed
Update README.md
1 parent c116460 commit 35e2060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ By default it will generate next artifacts in `${outputDirectory} ` folder:
150150
| `envPath` | :x: | `null` | Defines PATH environment variable in GNU/Linux and Mac OS X startup scripts. |
151151
| `extra` | :x: | `null` | Map with extra properties to be used in customized Velocity templates, accesible through `$info.extra` variable. |
152152
| `generateInstaller` | :x: | `true` | Generates an installer for the app. |
153-
| `iconFile` | :x: | `null` | Path to the app icon file (PNG, XPM, ICO or ICNS). **:warning: Deprecated (see platform specific properties).** |
153+
| `iconFile` | :x: | `null` | Path to the app icon file (PNG, XPM, ICO or ICNS). **:warning: Deprecated (see [platform specific properties](#platform-specific-properties)).** |
154154
| `jdkPath` | :x: | `${java.home}` | JDK used to generate a customized JRE. It allows to bundle customized JREs for different platforms. |
155155
| `jreDirectoryName` | :x: | `"jre"` | Bundled JRE directory name. |
156156
| `jrePath` | :x: | `""` | Path to JRE folder. If specified, it will bundle this JRE with the app, and won't generate a customized JRE. For Java 8 version or least. |
@@ -240,7 +240,7 @@ ${assetsDir}/
240240

241241
> Use [default templates](https://github.com/fvarrui/JavaPackager/tree/master/src/main/resources) as examples.
242242
243-
An object called `info` is passed to all templates with all plugin properties.
243+
An object called `info` of type [`PackagerSettings`](https://github.com/fvarrui/JavaPackager/blob/master/src/main/java/io/github/fvarrui/javapackager/packagers/PackagerSettings.java) is passed to all templates with all plugin properties.
244244

245245
### Additional JVM options at runtime
246246

0 commit comments

Comments
 (0)