Sign the generated PKG file for MacOSX

This commit is contained in:
François Grisez 2015-05-04 11:41:02 +02:00
parent 52da7058c6
commit 6b668405f6

View file

@ -242,7 +242,7 @@ signed-bundle: $(MACAPPNAME)
cd $(BUNDLEDIR)/.. && rm -f $(MAXAPPDMG) && hdiutil create $(MACAPPDMG) -srcfolder $(MACAPPNAME) -ov && cd -
pkg: $(MACAPPNAME)
pkgbuild --install-location /Applications --scripts ${srcdir}/build/macos/pkg-scripts --component $(MACAPPNAME) $(MACAPPPKG)
pkgbuild --install-location /Applications --scripts ${srcdir}/build/macos/pkg-scripts --sign $(BUNDLE_SIGNING_ID) --component $(MACAPPNAME) $(MACAPPPKG)
###