1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00
This commit is contained in:
Reinhard Pointner 2015-05-05 14:27:55 +00:00
parent 8596b88451
commit 076e6b1422

View File

@ -295,10 +295,11 @@
<option value="-Xdock:icon=Contents/Resources/filebot.icns" />
<option value="-Dapple.laf.useScreenMenuBar=true" />
<option value="--log-file" />
<option value="../../../../filebot.log" />
<option value="--log-lock" />
<option value="false" />
<!-- enable logging by default -->
<argument value="--log-file" />
<argument value="../../../filebot.log" />
<argument value="--log-lock" />
<argument value="false" />
</bundleapp>
<!-- fix code signing and submission issues -->