From 47d3bd7d6062fbec2d88a361e87ae8578eb67a2f Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sat, 26 Nov 2022 23:34:14 +0000 Subject: [PATCH] Update install-app-loop-beta.sh --- Helpers/install-app-loop-beta.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Helpers/install-app-loop-beta.sh b/Helpers/install-app-loop-beta.sh index 7c4f34f..02fbf9f 100644 --- a/Helpers/install-app-loop-beta.sh +++ b/Helpers/install-app-loop-beta.sh @@ -18,7 +18,13 @@ item="$prplwhatinstall" # enter the software to install # Examples: microsoftofficebusinesspro, microsoftoffice365 # Dialog icon -icon="https://raw.githubusercontent.com/PurpleComputing/image-repo/main/appinstalls.png" +if [ -z "$MDMAPPICONURL" ] +then + icon="https://raw.githubusercontent.com/PurpleComputing/image-repo/main/appinstalls.png" +else + icon="$MDMAPPICONURL" +fi + # icon should be a file system path or an URL to an online PNG. # In Mosyle an URL can be found by copy picture address from a Custom Command icon.