mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 00:15:02 -04:00
* fix issues with Launch4j opening the <supportUrl> whenever java returns a negative return code
This commit is contained in:
parent
fa8d748019
commit
47c3909b7b
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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.
Binary file not shown.
@ -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.
Loading…
Reference in New Issue
Block a user