mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Display licences while installing Linphone on MacOSX
This commit is contained in:
parent
77e2fa0384
commit
1baa97a7f7
2 changed files with 21 additions and 1 deletions
|
|
@ -242,7 +242,10 @@ 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)
|
||||
rm -rf ${srcdir}/packaging
|
||||
mkdir ${srcdir}/packaging
|
||||
pkgbuild --install-location /Applications --scripts ${srcdir}/build/macos/pkg-scripts --sign "$(BUNDLE_SIGNING_ID)" --component $(MACAPPNAME) ${srcdir}/packaging/linphone.pkg
|
||||
productbuild --distribution ${srcdir}/build/macos/pkg-distribution.xml --resources ${srcdir}/packaging $(MACAPPPKG}
|
||||
|
||||
|
||||
###
|
||||
|
|
|
|||
17
build/macos/pkg-distribution.xml.in
Normal file
17
build/macos/pkg-distribution.xml.in
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<installer-gui-script minSpecVersion="1">
|
||||
<pkg-ref id="org.linphone.linphone"/>
|
||||
<options customize="never" require-scripts="false"/>
|
||||
<choices-outline>
|
||||
<line choice="default">
|
||||
<line choice="org.linphone.linphone"/>
|
||||
</line>
|
||||
</choices-outline>
|
||||
<choice id="default"/>
|
||||
<choice id="org.linphone.linphone" visible="false">
|
||||
<pkg-ref id="org.linphone.linphone"/>
|
||||
</choice>
|
||||
<pkg-ref id="org.linphone.linphone" version="@PACKAGE_VERSION@" onConclusion="none">linphone.pkg</pkg-ref>
|
||||
<licence file="COPYING" />
|
||||
</installer-gui-script>
|
||||
|
||||
Loading…
Add table
Reference in a new issue