diff --git a/installer/appx/AppxManifest.xml b/installer/appx/AppxManifest.xml new file mode 100644 index 00000000..02f0aa24 --- /dev/null +++ b/installer/appx/AppxManifest.xml @@ -0,0 +1,40 @@ + + + + + + + FileBot + Point Planck Limited + FileBot is the ultimate tool for organizing and renaming Movies, TV Shows, Anime or Music. It's smart, highly customizable, and just works. + icon.png + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/installer/appx/filebot.launcher.exe b/installer/appx/filebot.launcher.exe new file mode 100644 index 00000000..3852592c Binary files /dev/null and b/installer/appx/filebot.launcher.exe differ diff --git a/installer/appx/filebot.launcher.l4j.ini b/installer/appx/filebot.launcher.l4j.ini new file mode 100644 index 00000000..7d79c3d0 --- /dev/null +++ b/installer/appx/filebot.launcher.l4j.ini @@ -0,0 +1,24 @@ +# FileBot launch4j runtime config +-Dapplication.deployment=msi +-Dapplication.dir="%APPDATA%\FileBot" + +# put all temporary files here +-Djava.io.tmpdir="%APPDATA%\FileBot\temp" + +# network settings +-Djava.net.useSystemProxies=true + +# use native shell for move/copy operations +-DuseNativeShell=true + +# use NTFS extended attributes for storing metadata +-DuseExtendedFileAttributes=true +-DuseCreationDate=false + +# look for native libs here +-Djna.library.path="%EXEDIR%" +-Djna.boot.library.path="%EXEDIR%" +-Djava.library.path="%EXEDIR%" + +# look for fpcalc here +-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe" diff --git a/installer/appx/filebot.launcher.l4j.xml b/installer/appx/filebot.launcher.l4j.xml new file mode 100644 index 00000000..c3bdb697 --- /dev/null +++ b/installer/appx/filebot.launcher.l4j.xml @@ -0,0 +1,26 @@ + + + true + gui + FileBot.jar + filebot.launcher.exe + + + + normal + + + false + false + + ..\icons\shortcut.ico + + jre + true + false + + + jreOnly + 64 + + \ No newline at end of file diff --git a/installer/appx/icon.png b/installer/appx/icon.png new file mode 100644 index 00000000..3dcd7504 Binary files /dev/null and b/installer/appx/icon.png differ diff --git a/installer/appx/icon150.png b/installer/appx/icon150.png new file mode 100644 index 00000000..79822a5a Binary files /dev/null and b/installer/appx/icon150.png differ diff --git a/installer/appx/icon44.png b/installer/appx/icon44.png new file mode 100644 index 00000000..59fc8c27 Binary files /dev/null and b/installer/appx/icon44.png differ