mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 16:28:51 -05:00
Make legacy app more fail-safe on older systems
This commit is contained in:
parent
0f20db01b4
commit
110e1e1e59
@ -343,6 +343,8 @@
|
||||
|
||||
<arch name="x86_64" />
|
||||
|
||||
<argument value="-help" />
|
||||
|
||||
<option value="-Dapplication.deployment=app" />
|
||||
<option value="-Dapplication.update=auto" />
|
||||
<option value="-Dunixfs=false" />
|
||||
@ -360,10 +362,6 @@
|
||||
<option value="-Xdock:name=${application.name}" />
|
||||
<option value="-Xdock:icon=Contents/Resources/filebot.icns" />
|
||||
<option value="-Dapple.laf.useScreenMenuBar=true" />
|
||||
|
||||
<bundledocument role="viewer" handlerRank="none" contentTypes="public.movie" name="Video file" />
|
||||
<bundledocument role="viewer" handlerRank="none" contentTypes="public.audio" name="Audio file" />
|
||||
<bundledocument role="viewer" handlerRank="none" contentTypes="public.folder" name="Media folder" />
|
||||
</bundleapp>
|
||||
|
||||
<!-- application bundle folder as tar -->
|
||||
|
Loading…
Reference in New Issue
Block a user