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
> :warning:DEB, RPM, EXE installer and DMG files generation will be ommited if target platform is different from current platform (see `platform` property).
75
+
> :warning:Installers generation will be ommited if target platform is different from current platform (see `platform` property).
76
76
77
77
### Plugin configutation properties
78
78
@@ -147,14 +147,14 @@ ${assetsDir}/
147
147
└── ${name}.ico # on Windows it has to be a ICO file
148
148
```
149
149
150
-
> :warning: If `iconFile` plugin property is not specified and it can't find the correct icon in `assets` folder, it will use an [icon by default](https://raw.githubusercontent.com/fvarrui/JavaPackager/master/src/main/resources/linux/default-icon.png) for all platforms.
150
+
> :warning: If `iconFile` plugin property is not specified and it can't find the correct icon in `${assetsDir}` folder, it will use an [icon by default](https://raw.githubusercontent.com/fvarrui/JavaPackager/master/src/main/resources/linux/default-icon.png) for all platforms.
151
151
>
152
152
153
153
#### Velocity templates
154
154
155
155
[Velocity](https://velocity.apache.org/engine/2.0/user-guide.html) templates (.vtl files) are used to generate some artifacts which have to be bundled with the app.
156
156
157
-
It is possible to use your own customized templates. You just have to put one of the following templates in the `assets` folder organized by platform, and the plugin will use these templates instead of default ones:
157
+
It is possible to use your own customized templates. You just have to put one of the following templates in the `${assetsDir}` folder organized by platform, and the plugin will use these templates instead of default ones:
0 commit comments