-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaunch4j.xml
28 lines (28 loc) · 1015 Bytes
/
launch4j.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
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\turbou\Desktop\CSVDLTool_work\common\CSVDLTool-2.1.5.jar</jar>
<outfile>C:\Users\turbou\Desktop\CSVDLTool_work\common\CSVDLTool_2.1.5.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\Users\turbou\Desktop\CSVDLTool_work\contrastsecurity.ico</icon>
<jre>
<path>jre</path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0_202</minVersion>
<maxVersion></maxVersion>
<jdkPreference>jreOnly</jdkPreference>
<runtimeBits>32</runtimeBits>
<initialHeapSize>256</initialHeapSize>
<maxHeapSize>512</maxHeapSize>
</jre>
</launch4jConfig>