-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfilebot.launcher.l4j.ini
40 lines (29 loc) · 988 Bytes
/
filebot.launcher.l4j.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# FileBot launch4j runtime config
-Dapplication.dir="%APPDATA%\FileBot"
-Dapplication.deployment=msi
# 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"
# skip annoying donate message
-Dos.name="Windows 11"
# disable update check
-Dapplication.update="skip"
# support JAVA_OPTS environment variable
%JAVA_OPTS%