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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ By default it will generate next artifacts in `${outputDirectory} ` folder:
150
150
|`envPath`|:x:|`null`| Defines PATH environment variable in GNU/Linux and Mac OS X startup scripts. |
151
151
|`extra`|:x:|`null`| Map with extra properties to be used in customized Velocity templates, accesible through `$info.extra` variable. |
152
152
|`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)).**|
154
154
|`jdkPath`|:x:|`${java.home}`| JDK used to generate a customized JRE. It allows to bundle customized JREs for different platforms. |
|`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}/
240
240
241
241
> Use [default templates](https://github.com/fvarrui/JavaPackager/tree/master/src/main/resources) as examples.
242
242
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.
0 commit comments