forked from SKCraft/SKMCLauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch4j.xml
34 lines (34 loc) · 1.21 KB
/
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
29
30
31
32
33
34
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>target/SKMCLauncher.jar</jar>
<outfile>target/SKMCLauncher.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<customProcName>true</customProcName>
<stayAlive>false</stayAlive>
<manifest>launch4j.manifest.xml</manifest>
<icon>icon.ico</icon>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
<versionInfo>
<fileVersion>3.1.0.0</fileVersion>
<txtFileVersion>SK's Minecraft Launcher</txtFileVersion>
<fileDescription>Launcher for Minecraft</fileDescription>
<copyright>Albert Pham <http://www.sk89q.com></copyright>
<productVersion>3.1.0.0</productVersion>
<txtProductVersion>SK's Minecraft Launcher</txtProductVersion>
<productName>SK's Minecraft Launcher</productName>
<companyName></companyName>
<internalName>SK's Minecraft Launcher</internalName>
<originalFilename>SKMCLauncher.exe</originalFilename>
</versionInfo>
</launch4jConfig>