forked from Ajunboys/Elephant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elephantexe.xml
40 lines (40 loc) · 1.49 KB
/
elephantexe.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>/Users/jusu/Desktop/src/Elephant-collection/package/build/elephantapp.jar</jar>
<outfile>/Users/jusu/Desktop/src/Elephant-collection/package/dist/Elephant.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>/Users/jusu/Desktop/src/Elephant-collection/package/elephantIcon4-v2.ico</icon>
<classPath>
<mainClass>com.pinktwins.elephant.Elephant</mainClass>
</classPath>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<minVersion>1.8.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<versionInfo>
<fileVersion>{{version}}.0.0.0</fileVersion>
<txtFileVersion>{{version}}</txtFileVersion>
<fileDescription>Elephant v{{version}}</fileDescription>
<copyright>(c) 2017 Pink Twins</copyright>
<productVersion>{{version}}.0.0.0</productVersion>
<txtProductVersion>{{version}}</txtProductVersion>
<productName>Elephant</productName>
<companyName>pinktwins.com</companyName>
<internalName>Elephant</internalName>
<originalFilename>Elephant.exe</originalFilename>
</versionInfo>
</launch4jConfig>