mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-05 00:45:06 -05:00
44fe370ed2
* Tried to make unplated task icons work... failed... wasted 10 hours... scaled resources don't work at all for Desktop apps it seems
36 lines
966 B
INI
36 lines
966 B
INI
# FileBot launch4j runtime config
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
-Dapplication.deployment=appx
|
|
-Dapplication.update=skip
|
|
|
|
# put all temporary files here
|
|
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
|
|
|
|
# network settings
|
|
-Djava.net.useSystemProxies=true
|
|
|
|
# use Windows Shell for move/copy operations
|
|
-DuseNativeShell=true
|
|
|
|
# use NTFS extended attributes for storing metadata
|
|
-DuseExtendedFileAttributes=true
|
|
-DuseCreationDate=false
|
|
|
|
# look for executables in the application folder
|
|
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
|
|
|
|
# look for native libraries in the application folder
|
|
-Djna.library.path="%EXEDIR%"
|
|
-Djna.boot.library.path="%EXEDIR%"
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
# make sure to use the bundled JNA library
|
|
-Djna.nosys=true
|
|
-Djna.nounpack=true
|
|
|
|
# reduce default logging
|
|
-Djava.util.logging.config.file="%EXEDIR%\logging.properties"
|
|
|
|
# force Application User Model ID for Windows Store
|
|
-Dnet.filebot.AppUserModelID=@{microsoft.application.name}
|