提交 893f5990 编写于 作者: M Mathieu Bastian

Codesign instructions in Mac OS X bundle

上级 3102fc9b
......@@ -602,6 +602,13 @@
<symlink link="${project.build.directory}/${gephi.appbundle.name}.app/Contents/MacOS/Gephi" resource="../Resources/${brandingToken}/bin/${brandingToken}" failonerror="false" />
<exec dir="${project.build.directory}" os="Mac OS X" executable="codesign">
<arg value="-fs"/>
<arg value="${gephi.codesign.identity}"/>
<arg value="-v"/>
<arg value="${gephi.appbundle.name}.app"/>
</exec>
<exec dir="${project.build.directory}" os="Mac OS X" executable="hdiutil">
<arg value="create"/>
<arg value="-noanyowners"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册