diff --git a/build.xml b/build.xml index f88f9bba..a6b99195 100644 --- a/build.xml +++ b/build.xml @@ -73,6 +73,29 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -644,11 +667,10 @@ - + - @@ -656,18 +678,8 @@ - - - - - - - - - - - - + + @@ -684,7 +696,7 @@ - + @@ -695,7 +707,6 @@ - diff --git a/installer/msi/filebot-cmd-launch4j.xml b/installer/msi/filebot-cmd-launch4j.xml index d7be8368..f55a2fb6 100644 --- a/installer/msi/filebot-cmd-launch4j.xml +++ b/installer/msi/filebot-cmd-launch4j.xml @@ -16,7 +16,7 @@ ..\icons\shortcut.ico net.filebot.Main - %EXEDIR%\lib\*.jar + %EXEDIR%\jar\*.jar jre diff --git a/installer/msi/filebot-launch4j.xml b/installer/msi/filebot-launch4j.xml index 508fa776..ef7173c3 100644 --- a/installer/msi/filebot-launch4j.xml +++ b/installer/msi/filebot-launch4j.xml @@ -16,7 +16,7 @@ ..\icons\shortcut.ico net.filebot.Main - %EXEDIR%\lib\*.jar + %EXEDIR%\jar\*.jar jre diff --git a/installer/msi/filebot-platform-launch4j.xml b/installer/msi/filebot-platform-launch4j.xml index 82e0d226..d672bd1e 100644 --- a/installer/msi/filebot-platform-launch4j.xml +++ b/installer/msi/filebot-platform-launch4j.xml @@ -16,7 +16,7 @@ ..\icons\shortcut.ico net.filebot.Main - %EXEDIR%\lib\*.jar + %EXEDIR%\jar\*.jar jre diff --git a/installer/msi/filebot.exe b/installer/msi/filebot.exe index 9d15531e..52898f2a 100644 Binary files a/installer/msi/filebot.exe and b/installer/msi/filebot.exe differ diff --git a/installer/msi/filebot.launcher.exe b/installer/msi/filebot.launcher.exe index d0c086df..92b44ff2 100644 Binary files a/installer/msi/filebot.launcher.exe and b/installer/msi/filebot.launcher.exe differ diff --git a/installer/msi/filebot.platform.launcher.exe b/installer/msi/filebot.platform.launcher.exe index 03d61379..dc9291c1 100644 Binary files a/installer/msi/filebot.platform.launcher.exe and b/installer/msi/filebot.platform.launcher.exe differ