You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.5 KiB
49 lines
1.5 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
To change this template, choose Tools | Templates
|
|
and open the template in the editor.
|
|
-->
|
|
|
|
<launch4jConfig>
|
|
<headerType>gui</headerType>
|
|
<outfile>${dist.dir}/${application.title}.exe</outfile>
|
|
<jar>${dist.jar}</jar>
|
|
<errTitle>${application.title}</errTitle>
|
|
<icon>resources/launch4j/win-icon.ico</icon>
|
|
<chdir>.</chdir>
|
|
<customProcName>true</customProcName>
|
|
<singleInstance>
|
|
<mutexName>${main.class}</mutexName>
|
|
<windowTitle>${application.title}</windowTitle>
|
|
</singleInstance>
|
|
<jre>
|
|
<!-- Specify one of the following or both -->
|
|
<!--path>bundled JRE path</path-->
|
|
<minVersion>1.5.0</minVersion>
|
|
<opt>${run.jvmargs} -Xnoagent</opt>
|
|
</jre>
|
|
<!--splash>
|
|
<file>file</file>
|
|
<waitForWindow>true|false</waitForWindow>
|
|
<timeout>seconds [60]</timeout>
|
|
<timeoutErr>true|false</timeoutErr>
|
|
</splash-->
|
|
<!--versionInfo>
|
|
<fileVersion>x.x.x.x</fileVersion>
|
|
<txtFileVersion>text</txtFileVersion>
|
|
<fileDescription>text</fileDescription>
|
|
<copyright>text</copyright>
|
|
<productVersion>x.x.x.x</productVersion>
|
|
<txtProductVersion>text</txtProductVersion>
|
|
<productName>text</productName>
|
|
<companyName>text</companyName>
|
|
<internalName>filename</internalName>
|
|
<originalFilename>filename.exe</originalFilename>
|
|
</versionInfo-->
|
|
<!--messages>
|
|
<startupErr>text</startupErr>
|
|
<bundledJreErr>text</bundledJreErr>
|
|
<jreVersionErr>text</jreVersionErr>
|
|
<launcherErr>text</launcherErr>
|
|
</messages-->
|
|
</launch4jConfig> |