-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
launch4j.xml
35 lines (35 loc) · 1.13 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
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>console</headerType>
<jar>D:\workspace\pawabot\pawa\target\pawa-2.15.1.jar</jar>
<outfile>D:\workspace\pawabot\pawalite\pawalite-2.15.1.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl></downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>D:\workspace\pawabot\pawa\assets\pawa-beta.ico</icon>
<var>BOT_FILE_FORMAT=mp3</var>
<var>BOT_LEAVE_GUILD_AFTER=0</var>
<var>BOT_MAINTENANCE=false</var>
<var>BOT_MP3_VBR=false</var>
<var>BOT_STANDALONE=true</var>
<var>BOT_WEBSITE=https://lite.pawa.im</var>
<var>OVERRIDE_FILE=settings.properties</var>
<classPath>
<mainClass>tech.gdragon.App</mainClass>
</classPath>
<jre>
<path>jre</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion>21</minVersion>
<maxVersion></maxVersion>
<opt>-Dlog4j.configurationFile=log4j2-lite.xml</opt>
</jre>
</launch4jConfig>