From 4eee519e760618814f388a37ec9c0f35d9e732a1 Mon Sep 17 00:00:00 2001 From: carshaw <157550429+carshaw@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:04:36 -0400 Subject: [PATCH] Fix winget ID for OpenRGB (#3545) Change winget package ID from CalcProgrammer1.OpenRGB to OpenRGB.OpenRGB. Fixes #3540 --- config/applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/applications.json b/config/applications.json index efd941a7..33a28f8c 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1509,7 +1509,7 @@ "content": "OpenRGB", "description": "OpenRGB is an open-source RGB lighting control software designed to manage and control RGB lighting for various components and peripherals.", "link": "https://openrgb.org/", - "winget": "CalcProgrammer1.OpenRGB" + "winget": "OpenRGB.OpenRGB" }, "openscad": { "category": "Multimedia Tools",