[macOS]Add entitlements path to bundle-file so Gramps.app is signed with it.

This commit is contained in:
John Ralls 2021-10-16 13:51:05 -07:00
parent 87860fcfd2
commit e1794090e1

View File

@ -12,6 +12,7 @@
</meta>
<plist>${project}/Info.plist</plist>
<entitlements>${project}/release.entitlements.plist</entitlements>
<!-- Build gramps-launcher with:
gcc -L$PREFIX/lib `python-config -\-cflags -\-ldflags -\-embed` \
-o $PREFIX/bin/gramps-launcher \