Skip to content

Commit 89450a4

Browse files
committed
Add new winget-fonts known source to WinGet
1 parent da3a5f3 commit 89450a4

File tree

1 file changed

+2
-1
lines changed
  • src/UniGetUI.PackageEngine.Managers.WinGet

1 file changed

+2
-1
lines changed

src/UniGetUI.PackageEngine.Managers.WinGet/WinGet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ public WinGet()
7373
UninstallVerb = "uninstall",
7474
UpdateVerb = "update",
7575
KnownSources = [ new ManagerSource(this, "winget", new Uri("https://cdn.winget.microsoft.com/cache")),
76-
new ManagerSource(this, "msstore", new Uri("https://storeedgefd.dsx.mp.microsoft.com/v9.0")) ],
76+
new ManagerSource(this, "winget-fonts", new Uri("https://cdn.winget.microsoft.com/fonts")),
77+
new ManagerSource(this, "msstore", new Uri("https://storeedgefd.dsx.mp.microsoft.com/v9.0")) ],
7778
DefaultSource = new ManagerSource(this, "winget", new Uri("https://cdn.winget.microsoft.com/cache"))
7879
};
7980

0 commit comments

Comments
 (0)