forked from t7ko/jdotxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch4j.xml
40 lines (40 loc) · 1.42 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
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>.\jar\jdotxt.jar</jar>
<outfile>.\jar\jdotxt.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl>https://github.com/t7ko/jdotxt/issues</supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon></icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>8</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
<versionInfo>
<fileVersion>1.6.0.2</fileVersion>
<txtFileVersion>1.6-alpha3</txtFileVersion>
<fileDescription>Another open source cross-platform GUI for the todo.txt file format</fileDescription>
<copyright>Copyright 2013-2018 Christian M. Schmid</copyright>
<productVersion>1.6.0.2</productVersion>
<txtProductVersion>1.6-alpha3</txtProductVersion>
<productName>jdotxt</productName>
<companyName></companyName>
<internalName>jdotxt</internalName>
<originalFilename>jdotxt-1.6-alpha3-java8.exe</originalFilename>
<trademarks></trademarks>
<language>ENGLISH_US</language>
</versionInfo>
</launch4jConfig>