forked from redwarp/9-Patch-Resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch4j_config.xml
40 lines (40 loc) · 1.36 KB
/
launch4j_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
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\Redwarp\workspace\Resizer\Resizer_proguard.jar</jar>
<outfile>C:\Users\Redwarp\workspace\Resizer\Resizer_1.3.3.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>C:\Users\Redwarp\workspace\Resizer\extra\icon_512.ico</icon>
<singleInstance>
<mutexName>resizer</mutexName>
<windowTitle></windowTitle>
</singleInstance>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<versionInfo>
<fileVersion>1.3.3.0</fileVersion>
<txtFileVersion>1.3.3</txtFileVersion>
<fileDescription>9Patch Resizer</fileDescription>
<copyright>Redwarp - 2014</copyright>
<productVersion>1.3.3.0</productVersion>
<txtProductVersion>1.3.3</txtProductVersion>
<productName>9Patch Resizer</productName>
<companyName></companyName>
<internalName>Resizer</internalName>
<originalFilename>Resizer.exe</originalFilename>
</versionInfo>
</launch4jConfig>