From 6b668405f6fc3c2893b6fd7f5ddc784eb3cd2591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Mon, 4 May 2015 11:41:02 +0200 Subject: [PATCH] Sign the generated PKG file for MacOSX --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7152b011e..384bb2e43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) ###