appbundle -> mas

This commit is contained in:
Reinhard Pointner 2018-07-02 00:43:03 +07:00
parent 809b9fe7dc
commit 250bd8a875
1 changed files with 2 additions and 2 deletions

View File

@ -390,8 +390,8 @@
<!-- JRE sign all jars, dylibs and executables -->
<property name="sign" value="--verbose --force --sign '3rd Party Mac Developer Application: ${package.company}'" />
<property name="entitlements" value="--entitlements '${dir.installer}/appbundle/FileBot.entitlements'" />
<property name="entitlements.inherit" value="--entitlements '${dir.installer}/appbundle/inherit.entitlements'" />
<property name="entitlements" value="--entitlements '${dir.installer}/mas/FileBot.entitlements'" />
<property name="entitlements.inherit" value="--entitlements '${dir.installer}/mas/inherit.entitlements'" />
<!-- sign helper tools with inherit entitlements -->
<apply executable="codesign" parallel="yes" failonerror="yes">