1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-10 21:38:04 -05:00

* experiment with using cocoa file choosers on mac app as well

This commit is contained in:
Reinhard Pointner 2015-05-06 07:47:10 +00:00
parent b6b01264ed
commit 26f54925f6

View File

@ -213,6 +213,9 @@
<classpath file="${path.fatjar}" />
<librarypath dir="${dir.lib}/native/mac-x86_64" />
<arch name="x86_64" />
<!-- TEST TEST TEST -->
<option value="-Dnet.filebot.UserFiles.fileChooser=COCOA" />
<option value="-Dapplication.deployment=app" />
<option value="-Dapplication.update=auto" />