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>
<dontWrapJar>true</dontWrapJar>
<headerType>console</headerType>
<jar>FileBot.jar</jar>
<jar></jar>
<outfile>filebot.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
@ -14,6 +14,10 @@
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>..\icons\shortcut.ico</icon>
<classPath>
<mainClass>net.filebot.Main</mainClass>
<cp>lib\*.jar</cp>
</classPath>
<jre>
<path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit>

Binary file not shown.

View File

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