We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0dc2b commit e557000Copy full SHA for e557000
README.md
@@ -34,7 +34,8 @@ Add the following `plugin` tag to your `pom.xml`:
34
<mainClass>path.to.your.mainClass</mainClass>
35
<!-- optional -->
36
<bundleJre>true|false</bundleJre>
37
- <generateInstaller>true|false</generateInstaller> <administratorRequired>true|false</administratorRequired>
+ <generateInstaller>true|false</generateInstaller>
38
+ <administratorRequired>true|false</administratorRequired>
39
<platform>auto|linux|mac|windows</platform>
40
<additionalResources>
41
<additionalResource>file path</additionalResource>
0 commit comments