-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch4jbuild.xml
34 lines (34 loc) · 1.09 KB
/
launch4jbuild.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
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>dist\DoodleJava.jar</jar>
<outfile>dist\DoodleJava.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>doodle.ico</icon>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
<versionInfo>
<fileVersion>1.1.0.0</fileVersion>
<txtFileVersion>1.1</txtFileVersion>
<fileDescription>Doodle Jump in Java by Lorenzo Valente</fileDescription>
<copyright>Lima Sky</copyright>
<productVersion>1.1.0.0</productVersion>
<txtProductVersion>1.1</txtProductVersion>
<productName>Doodle Java</productName>
<companyName>Oneiros</companyName>
<internalName>doodlejava</internalName>
<originalFilename>DoodleJava.exe</originalFilename>
</versionInfo>
</launch4jConfig>