mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
Try to fix 32-bit MWS support
This commit is contained in:
parent
425fbcf78a
commit
ead82636f3
BIN
installer/appx/x64/filebot.exe
Normal file
BIN
installer/appx/x64/filebot.exe
Normal file
Binary file not shown.
26
installer/appx/x64/filebot.l4j.xml
Normal file
26
installer/appx/x64/filebot.l4j.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>true</dontWrapJar>
|
||||
<headerType>console</headerType>
|
||||
<jar>jar\filebot.jar</jar>
|
||||
<outfile>filebot.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
<chdir></chdir>
|
||||
<priority>normal</priority>
|
||||
<downloadUrl></downloadUrl>
|
||||
<supportUrl></supportUrl>
|
||||
<stayAlive>false</stayAlive>
|
||||
<restartOnCrash>false</restartOnCrash>
|
||||
<manifest></manifest>
|
||||
<icon>..\..\msi\icon.ico</icon>
|
||||
<jre>
|
||||
<path>jre</path>
|
||||
<bundledJre64Bit>true</bundledJre64Bit>
|
||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
||||
<minVersion></minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>jreOnly</jdkPreference>
|
||||
<runtimeBits>64</runtimeBits>
|
||||
</jre>
|
||||
</launch4jConfig>
|
BIN
installer/appx/x64/filebot.launcher.exe
Normal file
BIN
installer/appx/x64/filebot.launcher.exe
Normal file
Binary file not shown.
26
installer/appx/x64/filebot.launcher.xml
Normal file
26
installer/appx/x64/filebot.launcher.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>true</dontWrapJar>
|
||||
<headerType>gui</headerType>
|
||||
<jar>jar\filebot.jar</jar>
|
||||
<outfile>filebot.launcher.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
<chdir></chdir>
|
||||
<priority>normal</priority>
|
||||
<downloadUrl></downloadUrl>
|
||||
<supportUrl></supportUrl>
|
||||
<stayAlive>true</stayAlive>
|
||||
<restartOnCrash>false</restartOnCrash>
|
||||
<manifest></manifest>
|
||||
<icon>..\..\msi\icon.ico</icon>
|
||||
<jre>
|
||||
<path>jre</path>
|
||||
<bundledJre64Bit>true</bundledJre64Bit>
|
||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
||||
<minVersion></minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>jreOnly</jdkPreference>
|
||||
<runtimeBits>64</runtimeBits>
|
||||
</jre>
|
||||
</launch4jConfig>
|
BIN
installer/appx/x86/filebot.exe
Normal file
BIN
installer/appx/x86/filebot.exe
Normal file
Binary file not shown.
26
installer/appx/x86/filebot.l4j.xml
Normal file
26
installer/appx/x86/filebot.l4j.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>true</dontWrapJar>
|
||||
<headerType>console</headerType>
|
||||
<jar>jar\filebot.jar</jar>
|
||||
<outfile>filebot.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
<chdir></chdir>
|
||||
<priority>normal</priority>
|
||||
<downloadUrl></downloadUrl>
|
||||
<supportUrl></supportUrl>
|
||||
<stayAlive>false</stayAlive>
|
||||
<restartOnCrash>false</restartOnCrash>
|
||||
<manifest></manifest>
|
||||
<icon>..\..\msi\icon.ico</icon>
|
||||
<jre>
|
||||
<path>jre</path>
|
||||
<bundledJre64Bit>false</bundledJre64Bit>
|
||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
||||
<minVersion></minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>jreOnly</jdkPreference>
|
||||
<runtimeBits>32</runtimeBits>
|
||||
</jre>
|
||||
</launch4jConfig>
|
BIN
installer/appx/x86/filebot.launcher.exe
Normal file
BIN
installer/appx/x86/filebot.launcher.exe
Normal file
Binary file not shown.
26
installer/appx/x86/filebot.launcher.xml
Normal file
26
installer/appx/x86/filebot.launcher.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>true</dontWrapJar>
|
||||
<headerType>gui</headerType>
|
||||
<jar>jar\filebot.jar</jar>
|
||||
<outfile>filebot.launcher.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
<chdir></chdir>
|
||||
<priority>normal</priority>
|
||||
<downloadUrl></downloadUrl>
|
||||
<supportUrl></supportUrl>
|
||||
<stayAlive>true</stayAlive>
|
||||
<restartOnCrash>false</restartOnCrash>
|
||||
<manifest></manifest>
|
||||
<icon>..\..\msi\icon.ico</icon>
|
||||
<jre>
|
||||
<path>jre</path>
|
||||
<bundledJre64Bit>false</bundledJre64Bit>
|
||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
||||
<minVersion></minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>jreOnly</jdkPreference>
|
||||
<runtimeBits>32</runtimeBits>
|
||||
</jre>
|
||||
</launch4jConfig>
|
Loading…
x
Reference in New Issue
Block a user