-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathlaunch4j.xml
42 lines (42 loc) · 1.39 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
42
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>.\release\yass-2.5.0.jar</jar>
<outfile>.\release\yass.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>.\src\yass\resources\icons\yass-multi-icon.ico</icon>
<jre>
<minVersion>1.8.0</minVersion>
<maxVersion></maxVersion>
<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.5.0.0</fileVersion>
<txtFileVersion>Yass 2.5.0.0</txtFileVersion>
<fileDescription>Yass - Karaoke Editor</fileDescription>
<copyright>(C)2024 Saruta</copyright>
<productVersion>2.5.0.0</productVersion>
<txtProductVersion>2.5.0.0</txtProductVersion>
<productName>Yass</productName>
<companyName>yass-along.com</companyName>
<internalName>yass</internalName>
<originalFilename>yass.exe</originalFilename>
</versionInfo>
</launch4jConfig>