From c0c3b0d788d4831adc1e6e69d4b2d61dfc6055d0 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Mon, 19 May 2025 22:55:10 -0700 Subject: [PATCH] Added WinGet to package manager --- source/data/applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/data/applications.json b/source/data/applications.json index ae64e65..cd882ef 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -8916,6 +8916,24 @@ "language": "Kotlin", "license": "GPL-3.0", "homepage_url": "https://play.google.com/store/apps/details?id=app.olauncher" + }, + { + "name": "WinGet", + "description": "", + "repo_url": "https://github.com/microsoft/winget-cli", + "tags": [ + "cli" + ], + "platforms": [ + "windows" + ], + "category": "package-manager", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file