mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 00:15:02 -04:00
Experiment with appx build: <desktop:ExecutionAlias Alias="filebot.exe" />
This commit is contained in:
parent
6fa6bf83a3
commit
2e6d905ac7
BIN
installer/appx/filebot.exe
Normal file
BIN
installer/appx/filebot.exe
Normal file
Binary file not shown.
21
installer/appx/filebot.l4j.ini
Normal file
21
installer/appx/filebot.l4j.ini
Normal file
@ -0,0 +1,21 @@
|
||||
# FileBot launch4j runtime config
|
||||
-Dapplication.deployment=appx
|
||||
-Dapplication.dir="%APPDATA%\FileBot"
|
||||
|
||||
# put all temporary files here
|
||||
-Djava.io.tmpdir="%APPDATA%\FileBot\temp"
|
||||
|
||||
# network settings
|
||||
-Djava.net.useSystemProxies=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"
|
26
installer/appx/filebot.l4j.xml
Normal file
26
installer/appx/filebot.l4j.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>true</dontWrapJar>
|
||||
<headerType>console</headerType>
|
||||
<jar>FileBot.jar</jar>
|
||||
<outfile>filebot.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
<chdir></chdir>
|
||||
<priority>normal</priority>
|
||||
<downloadUrl></downloadUrl>
|
||||
<supportUrl></supportUrl>
|
||||
<stayAlive>false</stayAlive>
|
||||
<restartOnCrash>false</restartOnCrash>
|
||||
<manifest></manifest>
|
||||
<icon>..\icons\shortcut.ico</icon>
|
||||
<jre>
|
||||
<path>jre</path>
|
||||
<bundledJre64Bit>true</bundledJre64Bit>
|
||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
||||
<minVersion></minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>jreOnly</jdkPreference>
|
||||
<runtimeBits>64</runtimeBits>
|
||||
</jre>
|
||||
</launch4jConfig>
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user