From a12ea71adb974dfdff7e6fcd6cf9062045e52c8d Mon Sep 17 00:00:00 2001 From: QuadFeed Date: Tue, 10 Feb 2026 20:48:00 +0100 Subject: [PATCH] Update winget identifier for Zed application (#3966) Changed from Zed.Zed to Zedindustries.Zed to fix install. --- config/applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/applications.json b/config/applications.json index 59bf5f1e..b6cd350a 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2950,6 +2950,6 @@ "content": "Zed", "description": "Zed is a modern, high-performance code editor designed from the ground up for speed and collaboration.", "link": "https://zed.dev/", - "winget": "Zed.Zed" + "winget": "ZedIndustries.Zed" } }