* modified cmdline stubs
This commit is contained in:
parent
42940397de
commit
3f1982a06d
|
@ -1 +1 @@
|
||||||
java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@"
|
java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar $@
|
Binary file not shown.
|
@ -17,7 +17,7 @@
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Id='ApplicationStubCmd' Guid='D2B1A845-3B5C-4B59-B0D0-A4E80C173220'>
|
<Component Id='ApplicationStubCmd' Guid='D2B1A845-3B5C-4B59-B0D0-A4E80C173220'>
|
||||||
<File Id='FileBotCmd.exe' Name='FileBotCmd.exe' Source='FileBotCmd.exe' KeyPath='yes' />
|
<File Id='filebot.cmd' Name='filebot.cmd' Source='filebot.cmd' KeyPath='yes' />
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Id='MainJar' Guid='9E365344-A00C-45DE-A2A4-266412C3D06E'>
|
<Component Id='MainJar' Guid='9E365344-A00C-45DE-A2A4-266412C3D06E'>
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
java -Dapplication.deployment=msi -Xmx256m -jar FileBot.jar %*
|
Loading…
Reference in New Issue