|
24 | 24 | <originalFilename>${name}.exe</originalFilename> |
25 | 25 |
|
26 | 26 | <!-- choose EXE creation tool --> |
27 | | - <exeCreationTool>launch4j|winrun4j|why</exeCreationTool> |
| 27 | + <exeCreationTool>launch4j|winrun4j</exeCreationTool> |
28 | 28 | <vmLocation>relative/path/to/jvm.dll</vmLocation> |
29 | 29 |
|
30 | 30 | <!-- setup generation properties --> |
|
75 | 75 |
|
76 | 76 | ## Exe creation properties |
77 | 77 |
|
78 | | -| Property | Mandatory | Default value | Description | |
79 | | -| ------------------- | --------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
80 | | -| `headerType` | :x: | `"gui"` | EXE header type: `console` or `gui`. | |
81 | | -| `wrapJar` | :x: | `true` | Wrap JAR file in native EXE. | |
82 | | -| `companyName` | :x: | `${organizationName}` | EXE company name. | |
83 | | -| `fileVersion` | :x: | `"1.0.0.0"` | EXE file version. | |
84 | | -| `txtFileVersion` | :x: | `${version}` | EXE txt file version. | |
85 | | -| `productVersion` | :x: | `"1.0.0.0"` | EXE product version. | |
86 | | -| `txtProductVersion` | :x: | `${version}` | EXE txt product version. | |
87 | | -| `fileDescription` | :x: | `${description}` | EXE file description. | |
88 | | -| `copyright` | :x: | `${organizationName}` | EXE copyright. | |
89 | | -| `productName` | :x: | `${name}` | EXE product name. | |
90 | | -| `internalName` | :x: | `${name}` | EXE internal name. | |
91 | | -| `originalFilename` | :x: | `${name}.exe` | EXE original filename. | |
92 | | -| `trademark` | :x: | | EXE trademark. | |
93 | | -| `language` | :x: | | EXE language. | |
94 | | -| `exeCreationTool` | :x: | `launch4j` | EXE creation tool: [`launch4j`](http://launch4j.sourceforge.net/), [`why`](https://github.com/AstroImageJ/Why) or [`winrun4j`](http://winrun4j.sourceforge.net/). | |
95 | | -| `vmLocation` | :x: | | `jvm.dll` path relative to the bundled JRE. **Only for WinRun4J**. \*1 | |
| 78 | +| Property | Mandatory | Default value | Description | |
| 79 | +| ------------------- | --------- | --------------------- | -------------------------------------------------------------------------------------------------------------------- | |
| 80 | +| `headerType` | :x: | `"gui"` | EXE header type: `console` or `gui`. | |
| 81 | +| `wrapJar` | :x: | `true` | Wrap JAR file in native EXE. | |
| 82 | +| `companyName` | :x: | `${organizationName}` | EXE company name. | |
| 83 | +| `fileVersion` | :x: | `"1.0.0.0"` | EXE file version. | |
| 84 | +| `txtFileVersion` | :x: | `${version}` | EXE txt file version. | |
| 85 | +| `productVersion` | :x: | `"1.0.0.0"` | EXE product version. | |
| 86 | +| `txtProductVersion` | :x: | `${version}` | EXE txt product version. | |
| 87 | +| `fileDescription` | :x: | `${description}` | EXE file description. | |
| 88 | +| `copyright` | :x: | `${organizationName}` | EXE copyright. | |
| 89 | +| `productName` | :x: | `${name}` | EXE product name. | |
| 90 | +| `internalName` | :x: | `${name}` | EXE internal name. | |
| 91 | +| `originalFilename` | :x: | `${name}.exe` | EXE original filename. | |
| 92 | +| `trademark` | :x: | | EXE trademark. | |
| 93 | +| `language` | :x: | | EXE language. | |
| 94 | +| `exeCreationTool` | :x: | `launch4j` | EXE creation tool: [`launch4j`](http://launch4j.sourceforge.net/) or [`winrun4j`](http://winrun4j.sourceforge.net/). | |
| 95 | +| `vmLocation` | :x: | | `jvm.dll` path relative to the bundled JRE. **Only for WinRun4J**. \*1 | |
96 | 96 |
|
97 | 97 | > \*1: If a JRE is bundled and `vmLocation` is not specified, it uses `bin\client\jvm.dll` or `bin\server\jvm.dll` as VM location by default. |
98 | 98 |
|
|
0 commit comments