-
Notifications
You must be signed in to change notification settings - Fork 0
/
1234.xml
40 lines (40 loc) · 1.49 KB
/
1234.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\panze\OneDrive\Dokumente\GitHub\Shooter\Shooter\Shooter.jar</jar>
<outfile>C:\Users\panze\OneDrive\Dokumente\GitHub\Shooter\Shooter\Shooter.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>high</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\Users\panze\OneDrive\Dokumente\GitHub\Shooter\Shooter\icon.ico</icon>
<jre>
<path>C:\Program Files\Java\jdk-16.0.1\bin</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>16</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<versionInfo>
<fileVersion>1.0.0.0</fileVersion>
<txtFileVersion>1</txtFileVersion>
<fileDescription>A brutal shooter game.</fileDescription>
<copyright>AutismusGaming</copyright>
<productVersion>1.0.0.0</productVersion>
<txtProductVersion>1</txtProductVersion>
<productName>shooter</productName>
<companyName>AutismusGaming</companyName>
<internalName>name</internalName>
<originalFilename>shooter.exe</originalFilename>
<trademarks></trademarks>
<language>ENGLISH_US</language>
</versionInfo>
</launch4jConfig>