Don't use fatjar in MWS build to help with incremental auto-updates

This commit is contained in:
rednoah 2017-03-06 06:30:19 +00:00
parent 680fd18583
commit c3514c9a0e
4 changed files with 10 additions and 2 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>FileBot.jar</jar> <jar></jar>
<outfile>filebot.exe</outfile> <outfile>filebot.exe</outfile>
<errTitle></errTitle> <errTitle></errTitle>
<cmdLine></cmdLine> <cmdLine></cmdLine>
@ -14,6 +14,10 @@
<restartOnCrash>false</restartOnCrash> <restartOnCrash>false</restartOnCrash>
<manifest></manifest> <manifest></manifest>
<icon>..\icons\shortcut.ico</icon> <icon>..\icons\shortcut.ico</icon>
<classPath>
<mainClass>net.filebot.Main</mainClass>
<cp>lib\*.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>FileBot.jar</jar> <jar></jar>
<outfile>filebot.launcher.exe</outfile> <outfile>filebot.launcher.exe</outfile>
<errTitle></errTitle> <errTitle></errTitle>
<cmdLine></cmdLine> <cmdLine></cmdLine>
@ -14,6 +14,10 @@
<restartOnCrash>false</restartOnCrash> <restartOnCrash>false</restartOnCrash>
<manifest></manifest> <manifest></manifest>
<icon>..\icons\shortcut.ico</icon> <icon>..\icons\shortcut.ico</icon>
<classPath>
<mainClass>net.filebot.Main</mainClass>
<cp>lib\*.jar</cp>
</classPath>
<jre> <jre>
<path>jre</path> <path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit> <bundledJre64Bit>true</bundledJre64Bit>