kiro: drop x86_64-darwin from update script

This commit is contained in:
Emily
2026-02-18 07:26:58 +00:00
parent 5d37abc2c6
commit 8f618df5da

View File

@@ -12,7 +12,6 @@ SOURCES_JSON="${SCRIPT_DIR}/sources.json"
# Platform configuration
declare -A PLATFORM_URLS=(
["x86_64-linux"]="https://prod.download.desktop.kiro.dev/stable/metadata-linux-x64-stable.json"
["x86_64-darwin"]="https://prod.download.desktop.kiro.dev/stable/metadata-dmg-darwin-x64-stable.json"
["aarch64-darwin"]="https://prod.download.desktop.kiro.dev/stable/metadata-dmg-darwin-arm64-stable.json"
)