Make legacy app more fail-safe on older systems

This commit is contained in:
Reinhard Pointner 2017-06-17 16:50:17 +08:00
parent 0f20db01b4
commit 110e1e1e59
1 changed files with 2 additions and 4 deletions

View File

@ -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 -->