Add a background image for the macOS installer.

This commit is contained in:
Todd C. Miller
2021-11-19 12:26:31 -07:00
parent 7b0b186994
commit 7baee707b0
6 changed files with 9 additions and 1 deletions

View File

@@ -99,6 +99,8 @@
%if [macos]
pp_macos_pkg_type=flat
pp_macos_bundle_id=ws.sudo.pkg.sudo-python
pp_macos_pkg_background=${srcdir}/etc/macos-background.png
pp_macos_pkg_background_dark=${srcdir}/etc/macos-background.png
pp_macos_pkg_license=${pp_destdir}$docdir/LICENSE
pp_macos_pkg_readme=${pp_wrkdir}/ReadMe.txt
perl -pe 'last if (/^What/i && $seen++)' ${pp_destdir}$docdir/NEWS > ${pp_wrkdir}/ReadMe.txt