* fix issues with Launch4j opening the <supportUrl> whenever java returns a negative return code

This commit is contained in:
Reinhard Pointner 2014-10-07 16:49:57 +00:00
parent fa8d748019
commit 47c3909b7b
8 changed files with 12 additions and 16 deletions

View File

@ -4,12 +4,12 @@
<headerType>console</headerType>
<jar>FileBot.jar</jar>
<outfile>filebot.exe</outfile>
<errTitle></errTitle>
<errTitle>Launch4j</errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/overview/index.html</downloadUrl>
<supportUrl>http://www.filebot.net/forums/</supportUrl>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>..\icons\shortcut.ico</icon>

View File

@ -4,12 +4,12 @@
<headerType>gui</headerType>
<jar>FileBot.jar</jar>
<outfile>filebot.launcher.exe</outfile>
<errTitle></errTitle>
<errTitle>FileBot</errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/overview/index.html</downloadUrl>
<supportUrl>http://www.filebot.net/forums/</supportUrl>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>..\icons\shortcut.ico</icon>

View File

@ -4,19 +4,15 @@
<headerType>gui</headerType>
<jar>FileBot.jar</jar>
<outfile>filebot.platform.launcher.exe</outfile>
<errTitle></errTitle>
<errTitle>FileBot</errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/overview/index.html</downloadUrl>
<supportUrl>http://www.filebot.net/forums/</supportUrl>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>..\icons\shortcut.ico</icon>
<singleInstance>
<mutexName>net.filebot.FileBot</mutexName>
<windowTitle></windowTitle>
</singleInstance>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>

Binary file not shown.

Binary file not shown.

View File

@ -4,12 +4,12 @@
<headerType>gui</headerType>
<jar>FileBot.jar</jar>
<outfile>FileBot.exe</outfile>
<errTitle></errTitle>
<errTitle>Launch4j</errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/overview/index.html</downloadUrl>
<supportUrl>http://www.filebot.net/forums/</supportUrl>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>..\icons\shortcut.ico</icon>

Binary file not shown.