mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-27 05:13:11 +00:00
Microsoft Endpoint Manager (Intune) added for LOGO
This commit is contained in:
@@ -55,6 +55,11 @@ case $LOGO in
|
||||
LOGO="/Library/Addigy/macmanage/MacManage.app/Contents/Resources/atom.icns"
|
||||
if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi
|
||||
;;
|
||||
microsoft)
|
||||
# Microsoft Endpoint Manager (formerly known as Intune)
|
||||
LOGO="/Applications/Company Portal.app/Contents/Resources/AppIcon.icns"
|
||||
#if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi
|
||||
;;
|
||||
esac
|
||||
if [[ ! -a "${LOGO}" ]]; then
|
||||
if [[ $(sw_vers -buildVersion) > "19" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user