Update *.exe files to launch via -jar jar/filebot.jar

This commit is contained in:
Reinhard Pointner 2018-06-29 03:40:23 +07:00
parent 607e9ca7b8
commit dfc9658553
6 changed files with 3 additions and 15 deletions

Binary file not shown.

View File

@ -2,7 +2,7 @@
<launch4jConfig> <launch4jConfig>
<dontWrapJar>true</dontWrapJar> <dontWrapJar>true</dontWrapJar>
<headerType>console</headerType> <headerType>console</headerType>
<jar></jar> <jar>jar\filebot.jar</jar>
<outfile>filebot.exe</outfile> <outfile>filebot.exe</outfile>
<errTitle></errTitle> <errTitle></errTitle>
<cmdLine></cmdLine> <cmdLine></cmdLine>
@ -14,10 +14,6 @@
<restartOnCrash>false</restartOnCrash> <restartOnCrash>false</restartOnCrash>
<manifest></manifest> <manifest></manifest>
<icon>icon.ico</icon> <icon>icon.ico</icon>
<classPath>
<mainClass>net.filebot.Main</mainClass>
<cp>%EXEDIR%\jar\*.jar</cp>
</classPath>
<jre> <jre>
<path>jre</path> <path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit> <bundledJre64Bit>true</bundledJre64Bit>

Binary file not shown.

View File

@ -2,7 +2,7 @@
<launch4jConfig> <launch4jConfig>
<dontWrapJar>true</dontWrapJar> <dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType> <headerType>gui</headerType>
<jar></jar> <jar>jar\filebot.jar</jar>
<outfile>filebot.launcher.exe</outfile> <outfile>filebot.launcher.exe</outfile>
<errTitle></errTitle> <errTitle></errTitle>
<cmdLine></cmdLine> <cmdLine></cmdLine>
@ -14,10 +14,6 @@
<restartOnCrash>false</restartOnCrash> <restartOnCrash>false</restartOnCrash>
<manifest></manifest> <manifest></manifest>
<icon>icon.ico</icon> <icon>icon.ico</icon>
<classPath>
<mainClass>net.filebot.Main</mainClass>
<cp>%EXEDIR%\lib\*.jar</cp>
</classPath>
<jre> <jre>
<path>jre</path> <path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit> <bundledJre64Bit>true</bundledJre64Bit>

View File

@ -2,7 +2,7 @@
<launch4jConfig> <launch4jConfig>
<dontWrapJar>true</dontWrapJar> <dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType> <headerType>gui</headerType>
<jar></jar> <jar>jar\filebot.jar</jar>
<outfile>filebot.platform.launcher.exe</outfile> <outfile>filebot.platform.launcher.exe</outfile>
<errTitle></errTitle> <errTitle></errTitle>
<cmdLine></cmdLine> <cmdLine></cmdLine>
@ -14,10 +14,6 @@
<restartOnCrash>false</restartOnCrash> <restartOnCrash>false</restartOnCrash>
<manifest></manifest> <manifest></manifest>
<icon>icon.ico</icon> <icon>icon.ico</icon>
<classPath>
<mainClass>net.filebot.Main</mainClass>
<cp>%EXEDIR%\jar\*.jar</cp>
</classPath>
<jre> <jre>
<path>jre</path> <path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit> <bundledJre64Bit>true</bundledJre64Bit>