more labels

Adding a few labels to see it in a bigger picture
This commit is contained in:
Søren Theilgaard
2021-11-12 09:51:52 +01:00
parent c20ba0274b
commit 4aa7cd7793
4 changed files with 36 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
adobecreativeclouddesktop)
name="Creative Cloud"
appName="Install.app"
name="Adobe Creative Cloud"
#appName="Install.app"
type="dmg"
if [[ $(arch) == "arm64" ]]; then
downloadURL=$(curl -fs "https://helpx.adobe.com/download-install/kb/creative-cloud-desktop-app-download.html" | grep -o "https*.*macarm64.*dmg" | cut -d '"' -f1 | head -1)