mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-08 12:28:04 -05:00
Update *.exe files to launch via -jar jar/filebot.jar
This commit is contained in:
parent
607e9ca7b8
commit
dfc9658553
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>true</dontWrapJar>
|
||||
<headerType>console</headerType>
|
||||
<jar></jar>
|
||||
<jar>jar\filebot.jar</jar>
|
||||
<outfile>filebot.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
@ -14,10 +14,6 @@
|
||||
<restartOnCrash>false</restartOnCrash>
|
||||
<manifest></manifest>
|
||||
<icon>icon.ico</icon>
|
||||
<classPath>
|
||||
<mainClass>net.filebot.Main</mainClass>
|
||||
<cp>%EXEDIR%\jar\*.jar</cp>
|
||||
</classPath>
|
||||
<jre>
|
||||
<path>jre</path>
|
||||
<bundledJre64Bit>true</bundledJre64Bit>
|
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>true</dontWrapJar>
|
||||
<headerType>gui</headerType>
|
||||
<jar></jar>
|
||||
<jar>jar\filebot.jar</jar>
|
||||
<outfile>filebot.launcher.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
@ -14,10 +14,6 @@
|
||||
<restartOnCrash>false</restartOnCrash>
|
||||
<manifest></manifest>
|
||||
<icon>icon.ico</icon>
|
||||
<classPath>
|
||||
<mainClass>net.filebot.Main</mainClass>
|
||||
<cp>%EXEDIR%\lib\*.jar</cp>
|
||||
</classPath>
|
||||
<jre>
|
||||
<path>jre</path>
|
||||
<bundledJre64Bit>true</bundledJre64Bit>
|
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>true</dontWrapJar>
|
||||
<headerType>gui</headerType>
|
||||
<jar></jar>
|
||||
<jar>jar\filebot.jar</jar>
|
||||
<outfile>filebot.platform.launcher.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
@ -14,10 +14,6 @@
|
||||
<restartOnCrash>false</restartOnCrash>
|
||||
<manifest></manifest>
|
||||
<icon>icon.ico</icon>
|
||||
<classPath>
|
||||
<mainClass>net.filebot.Main</mainClass>
|
||||
<cp>%EXEDIR%\jar\*.jar</cp>
|
||||
</classPath>
|
||||
<jre>
|
||||
<path>jre</path>
|
||||
<bundledJre64Bit>true</bundledJre64Bit>
|
Loading…
Reference in New Issue
Block a user