[go: up one dir, main page]

Menu

[7d339a]: / misc / launch4j.xml  Maximize  Restore  History

Download this file

41 lines (41 with data), 1.5 kB

 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
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>Mobile_Atlas_Creator.jar</jar>
<outfile>..\Mobile Atlas Creator.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>https://mobac.sourceforge.io/OpenJDK/</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>mobac.ico</icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<maxHeapSize>1900</maxHeapSize>
</jre>
<versionInfo>
<fileVersion>2.1.0.0</fileVersion>
<txtFileVersion>-</txtFileVersion>
<fileDescription>Mobile Atlas Creator Windows Launcher</fileDescription>
<copyright>MOBAC developers</copyright>
<productVersion>2.1.0.0</productVersion>
<txtProductVersion>-</txtProductVersion>
<productName>Mobile Atlas Creator</productName>
<companyName></companyName>
<internalName>Mobile Atlas Creator 1900MB max Heap</internalName>
<originalFilename>Mobile Atlas Creator.exe</originalFilename>
<trademarks></trademarks>
<language>ENGLISH_US</language>
</versionInfo>
</launch4jConfig>