-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch4j.xml
27 lines (27 loc) · 856 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
27
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>console</headerType>
<jar>C:\Users\elgem\IdeaProjects\CLI_MIDI_PLAYER\target\CLI_MIDI_PLAYER.jar</jar>
<outfile>C:\Users\elgem\IdeaProjects\CLI_MIDI_PLAYER\target\cli-midi-player.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl></downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon></icon>
<classPath>
<mainClass>be.elgem.midi.Main</mainClass>
</classPath>
<jre>
<path>%JAVA_HOME%;%PATH%</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion>21.0.2</minVersion>
<maxVersion></maxVersion>
</jre>
</launch4jConfig>