-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.xml
40 lines (40 loc) · 1.33 KB
/
config.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>target/scala-2.12/assistant.jar</jar>
<outfile>assistant.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>assistant.ico</icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0_102</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<versionInfo>
<fileVersion>0.1.4.0</fileVersion>
<txtFileVersion>v0.1.4</txtFileVersion>
<fileDescription>Dota 2 draft assistant</fileDescription>
<copyright>Nope</copyright>
<productVersion>0.1.4.0</productVersion>
<txtProductVersion>v0.1.4</txtProductVersion>
<productName>Alfrog</productName>
<companyName>Evil Penguins Inc.</companyName>
<internalName>Alfrog</internalName>
<originalFilename>assistant.exe</originalFilename>
<trademarks></trademarks>
<language>ENGLISH_US</language>
</versionInfo>
</launch4jConfig>