-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaunch.xml
More file actions
50 lines (50 loc) · 1.85 KB
/
launch.xml
File metadata and controls
50 lines (50 loc) · 1.85 KB
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
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\Hi\Documents\NetBeansProjects\MathGame\dist\MathGame.jar</jar>
<outfile>C:\Users\Hi\Documents\NetBeansProjects\MathGame\MathGame.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>true</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\Users\Hi\Documents\NetBeansProjects\MathGame\src\mathgame\icon.ico</icon>
<singleInstance>
<mutexName>MathGame by Levit Nudi</mutexName>
<windowTitle>MathGame by Levit Nudi</windowTitle>
</singleInstance>
<jre>
<path>C:\Program Files\Java\jre1.8.0_181</path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion></minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<splash>
<file>C:\Users\Hi\Documents\NetBeansProjects\MathGame\src\mathgame\splash.bmp</file>
<waitForWindow>true</waitForWindow>
<timeout>60</timeout>
<timeoutErr>true</timeoutErr>
</splash>
<versionInfo>
<fileVersion>1.0.0.0</fileVersion>
<txtFileVersion>MathGame</txtFileVersion>
<fileDescription>brain teaser for kids</fileDescription>
<copyright>Levit Nudi 2018</copyright>
<productVersion>1.0.0.0</productVersion>
<txtProductVersion>MathGame</txtProductVersion>
<productName>MathGame</productName>
<companyName>Noton Inc</companyName>
<internalName>MathGame</internalName>
<originalFilename>MathGame.exe</originalFilename>
<trademarks>Levit Nudi</trademarks>
<language>ENGLISH_US</language>
</versionInfo>
</launch4jConfig>