-
Notifications
You must be signed in to change notification settings - Fork 0
/
execonfig.xml
42 lines (42 loc) · 1.64 KB
/
execonfig.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
41
42
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\danie\IdeaProjects\HamsterWheel\target\hamsterwheel-0.4.0-jar-with-dependencies.jar</jar>
<outfile>C:\Users\danie\IdeaProjects\HamsterWheel\HamsterWheel.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\Users\danie\IdeaProjects\HamsterWheel\icon.ico</icon>
<jre>
<path>hamsterwheel-jre-runtime</path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion></minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<initialHeapPercent>25</initialHeapPercent>
<maxHeapPercent>25</maxHeapPercent>
</jre>
<versionInfo>
<fileVersion>0.4.0.0</fileVersion>
<txtFileVersion>0.4 Beta</txtFileVersion>
<fileDescription>HamsterWheel mouse benchmarker and tester</fileDescription>
<copyright>Daniel Szabo</copyright>
<productVersion>0.4.0.0</productVersion>
<txtProductVersion>4</txtProductVersion>
<productName>HamsterWheel mouse benchmarker and tester</productName>
<companyName></companyName>
<internalName>HamsterWheel mouse benchmarker and tester</internalName>
<originalFilename>HamsterWheel.exe</originalFilename>
<trademarks></trademarks>
<language>ENGLISH_UK</language>
</versionInfo>
</launch4jConfig>