forked from ZenHarbinger/torgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
torgo.cfg.xml
34 lines (34 loc) · 1.24 KB
/
torgo.cfg.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>true</dontWrapJar>
<headerType>gui</headerType>
<jar>torgo-1.7.1.jar</jar>
<outfile>torgo.exe</outfile>
<errTitle>Torgo</errTitle>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl>http://tros.org/torgo/</supportUrl>
<stayAlive>false</stayAlive>
<icon>src/main/resources/torgo-128x128.ico</icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<minVersion>1.8.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<opt>-Dsun.java2d.opengl=true</opt>
</jre>
<versionInfo>
<fileVersion>1.7.1.0</fileVersion>
<txtFileVersion>1.7.1</txtFileVersion>
<fileDescription>Torgo 1.7.1</fileDescription>
<copyright>Matthew Aguire</copyright>
<productVersion>1.7.1.0</productVersion>
<txtProductVersion>1.7.1</txtProductVersion>
<productName>Torgo</productName>
<companyName>tros</companyName>
<internalName>torgo</internalName>
<originalFilename>torgo.exe</originalFilename>
<trademarks></trademarks>
<language>ENGLISH_US</language>
</versionInfo>
</launch4jConfig>