Changes made to installhelper and make_munki_pkg.sh (#1216)

* Update installhelper

• Amended the user bootout and bootstrap commands to not be ran via `launchctl asuser`

* Update MainMenu.xib

• Centered the MunkiStatus.app window icon
• Changed the icon from AppIcon to NSApplicationIcon (which then allows for changing the icon via NSWorkspace's setIcon)

* Corrections to installhelper

* Update installhelper

---------

Co-authored-by: Greg Neagle <Gregneagle@mac.com>
This commit is contained in:
macmule
2024-05-02 16:04:22 +01:00
committed by GitHub
parent ab341ea99b
commit d746c046cb
3 changed files with 48 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ then
if [ -f "${installHelper}" ]
then
/bin/echo "Loading ${installHelper}..."
"${installHelper}" launchd &
"${installHelper}" launchd
else
/bin/echo "Cannot locate: ${installHelper}..."
fi