forked from titinko/utsu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch4j.xml
25 lines (25 loc) · 1.09 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
<launch4jConfig>
<headerType>gui</headerType>
<outfile>target/utsu.exe</outfile>
<jar>target/jfx/app/utsu-0.0.1-SNAPSHOT-jfx.jar</jar>
<dontWrapJar>true</dontWrapJar>
<errTitle>utsu</errTitle>
<downloadUrl>http://java.com/download</downloadUrl>
<classPath>
<mainClass>com.utsusynth.utsu.UtsuApp</mainClass>
</classPath>
<jre>
<minVersion>1.8.0_121</minVersion>
</jre>
<versionInfo>
<fileVersion>0.0.1.0</fileVersion>
<txtFileVersion>0.0.1.0</txtFileVersion>
<productVersion>0.0.1.0</productVersion>
<txtProductVersion>0.0.1.0</txtProductVersion>
<copyright>FILL ME IN</copyright>
<fileDescription>Utsu Vocal Synth</fileDescription>
<productName>Utsu</productName>
<internalName>Utsu</internalName>
<originalFilename>utsu.exe</originalFilename>
</versionInfo>
</launch4jConfig>