-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
launch4j.xml
26 lines (26 loc) · 864 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>console</headerType>
<jar>igoki.jar</jar>
<outfile>C:\Users\Deon\IdeaProjects\igoki\winbuild\igoki.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\Deon\IdeaProjects\igoki\raw\igoki48.ico</icon>
<jre>
<path>jdk-17.0.1</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJdk</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
</launch4jConfig>