forked from SarutaSan72/Yass
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlaunch4j.xml
41 lines (41 loc) · 1.43 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
41
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>.\target\Yass-Reloaded-2025.2-jar-with-dependencies.jar</jar>
<outfile>.\target\yass.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>https://www.azul.com/downloads/</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>.\src\yass\resources\icons\yass-multi-icon.ico</icon>
<jre>
<minVersion>17.0</minVersion>
<jdkPreference>preferJre</jdkPreference>
<initialHeapSize>48</initialHeapSize>
<maxHeapSize>512</maxHeapSize>
</jre>
<splash>
<file>.\src\yass\resources\icons\yass-logo.bmp</file>
<waitForWindow>true</waitForWindow>
<timeout>60</timeout>
<timeoutErr>true</timeoutErr>
</splash>
<versionInfo>
<fileVersion>2.6.1.0</fileVersion>
<txtFileVersion>Yass Reloaded 2025.2</txtFileVersion>
<fileDescription>Yass Reloaded - Karaoke Editor</fileDescription>
<copyright>(C)2025 DoubleDee</copyright>
<productVersion>2.6.1.0</productVersion>
<txtProductVersion>2025.2</txtProductVersion>
<productName>Yass Reloaded</productName>
<companyName>yass-reloaded.com</companyName>
<internalName>yass</internalName>
<originalFilename>yass.exe</originalFilename>
</versionInfo>
</launch4jConfig>