From d9cd1881544367f30baa71027a076c234f463e41 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Mon, 7 Jul 2025 12:50:42 +1000 Subject: [PATCH] Add Parcel - Delivery Tracking to mas apps --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 2152e27..52379ab 100755 --- a/install.sh +++ b/install.sh @@ -262,6 +262,7 @@ install_mas_apps() { mas_apps=( "6444602274" # Ivory - Mastodon 客户端 "640199958" # Apple Developer + "639968404" # Parcel - Delivery Tracking ) total=${#mas_apps[@]}