-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
42 lines (42 loc) · 1.46 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>target/mincer-3.4.0-SNAPSHOT-standalone.jar</jar>
<outfile>target/mincer-3.4.0-SNAPSHOT.exe</outfile>
<errTitle></errTitle>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon></icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0_00</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64</runtimeBits>
</jre>
<versionInfo>
<fileVersion>0.0.0.2</fileVersion>
<txtFileVersion>3.4.0-SNAPSHOT-dev</txtFileVersion>
<fileDescription>mincer</fileDescription>
<copyright>ISC</copyright>
<productVersion>0.0.0.2</productVersion>
<txtProductVersion>3.4.0-SNAPSHOT-dev</txtProductVersion>
<productName>mincer</productName>
<companyName></companyName>
<internalName>mincer</internalName>
<originalFilename>mincer-3.4.0-SNAPSHOT.exe</originalFilename>
</versionInfo>
<messages>
<startupErr>Startup Error</startupErr>
<bundledJreErr>Bundled JRE Error</bundledJreErr>
<jreVersionErr>JRE Version Error</jreVersionErr>
<launcherErr>Launch Error</launcherErr>
</messages>
</launch4jConfig>