mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Update MSI exe/ini files
This commit is contained in:
parent
1c50822c21
commit
055e9586d0
@ -1,20 +1,16 @@
|
||||
# FileBot launch4j runtime config
|
||||
# default java options
|
||||
@{java.application.options}
|
||||
|
||||
# deployment options
|
||||
-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 Java API move/copy operations
|
||||
-DuseNativeShell=false
|
||||
|
||||
# use NTFS extended attributes for storing metadata
|
||||
-DuseExtendedFileAttributes=true
|
||||
-DuseCreationDate=false
|
||||
|
||||
# look for executables in the application folder
|
||||
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\lib\fpcalc.exe"
|
||||
|
||||
@ -23,10 +19,6 @@
|
||||
-Djna.boot.library.path="%EXEDIR%\lib"
|
||||
-Djava.library.path="%EXEDIR%\lib"
|
||||
|
||||
# make sure to use the bundled JNA library
|
||||
-Djna.nosys=true
|
||||
-Djna.nounpack=true
|
||||
|
||||
# support JAVA_OPTS environment variable
|
||||
%JAVA_OPTS%
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
# FileBot launch4j runtime config
|
||||
# default java options
|
||||
@{java.application.options}
|
||||
|
||||
# deployment options
|
||||
-Dapplication.dir="%APPDATA%\FileBot"
|
||||
-Dapplication.deployment=msi
|
||||
|
||||
@ -11,10 +14,6 @@
|
||||
# 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%\lib\fpcalc.exe"
|
||||
|
||||
@ -23,10 +22,6 @@
|
||||
-Djna.boot.library.path="%EXEDIR%\lib"
|
||||
-Djava.library.path="%EXEDIR%\lib"
|
||||
|
||||
# make sure to use the bundled JNA library
|
||||
-Djna.nosys=true
|
||||
-Djna.nounpack=true
|
||||
|
||||
# support JAVA_OPTS environment variable
|
||||
%JAVA_OPTS%
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
# FileBot launch4j runtime config
|
||||
# default java options
|
||||
@{java.application.options}
|
||||
|
||||
# deployment options
|
||||
-Dapplication.dir="%APPDATA%\FileBot"
|
||||
-Dapplication.deployment=msi
|
||||
-Dapplication.help=skip
|
||||
@ -9,15 +12,11 @@
|
||||
# FileBot system properties
|
||||
-DthreadPool=32
|
||||
|
||||
# network settings
|
||||
-Djava.net.useSystemProxies=true
|
||||
|
||||
# do not use native shell for move/copy operations
|
||||
-DuseNativeShell=false
|
||||
|
||||
# do not use NTFS extended attributes for storing metadata
|
||||
-DuseExtendedFileAttributes=false
|
||||
-DuseCreationDate=false
|
||||
|
||||
# look for executables in the application folder
|
||||
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\lib\fpcalc.exe"
|
||||
@ -27,10 +26,6 @@
|
||||
-Djna.boot.library.path="%EXEDIR%\lib"
|
||||
-Djava.library.path="%EXEDIR%\lib"
|
||||
|
||||
# make sure to use the bundled JNA library
|
||||
-Djna.nosys=true
|
||||
-Djna.nounpack=true
|
||||
|
||||
# use Java implementation for extracting archives
|
||||
-Dnet.filebot.Archive.extractor="ApacheVFS"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user