mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Fix package signing on MocOSX
This commit is contained in:
parent
6b668405f6
commit
77e2fa0384
1 changed files with 1 additions and 1 deletions
|
|
@ -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 --sign $(BUNDLE_SIGNING_ID) --component $(MACAPPNAME) $(MACAPPPKG)
|
||||
pkgbuild --install-location /Applications --scripts ${srcdir}/build/macos/pkg-scripts --sign "$(BUNDLE_SIGNING_ID)" --component $(MACAPPNAME) $(MACAPPPKG)
|
||||
|
||||
|
||||
###
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue