configuration for launch4j
authorNiki Roo <niki@nikiroo.be>
Mon, 27 Apr 2020 20:43:36 +0000 (22:43 +0200)
committerNiki Roo <niki@nikiroo.be>
Mon, 27 Apr 2020 20:43:36 +0000 (22:43 +0200)
launch4j.cfg.xml [new file with mode: 0644]

diff --git a/launch4j.cfg.xml b/launch4j.cfg.xml
new file mode 100644 (file)
index 0000000..9884d85
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<launch4jConfig>
+  <dontWrapJar>true</dontWrapJar>
+  <headerType>gui</headerType>
+  <jar>fanfix-swing.jar</jar>
+  <outfile>/home/niki/workspace/fanfix-swing/fanfix-swing.exe</outfile>
+  <errTitle>Fanfix</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>fanfix.ico</icon>
+  <jre>
+    <path></path>
+    <bundledJre64Bit>false</bundledJre64Bit>
+    <bundledJreAsFallback>false</bundledJreAsFallback>
+    <minVersion>1.6.0</minVersion>
+    <maxVersion></maxVersion>
+    <jdkPreference>preferJre</jdkPreference>
+    <runtimeBits>64/32</runtimeBits>
+  </jre>
+</launch4jConfig>
\ No newline at end of file