1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* code object is not signed by itself

This commit is contained in:
Reinhard Pointner 2014-08-02 19:11:10 +00:00
parent 6393054cd7
commit 478dbef16b

View File

@ -345,7 +345,6 @@
<arg line="--verbose=4 --force --sign '3rd Party Mac Developer Application: Reinhard Pointner' --entitlements '${dir.installer}/appbundle/FileBot.entitlements'" /> <arg line="--verbose=4 --force --sign '3rd Party Mac Developer Application: Reinhard Pointner' --entitlements '${dir.installer}/appbundle/FileBot.entitlements'" />
<srcfile /> <srcfile />
<fileset dir="${dir.dist}/FileBot.app/Contents"> <fileset dir="${dir.dist}/FileBot.app/Contents">
<include name="MacOS/FileBotAppLauncher" />
<include name="MacOS/*.dylib" /> <include name="MacOS/*.dylib" />
<include name="Java/*.jar" /> <include name="Java/*.jar" />
</fileset> </fileset>