Skip to content

Commit

Permalink
fix: fix not referencing old branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaku3 committed Jan 14, 2023
1 parent 13e75ca commit 3e6d0c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,9 @@ public static void GetListFromGithub()
{
var list = new Dictionary<string, string>()
{
{ "automuteus", "https://raw.githubusercontent.com/mtaku3/AutoMuteUs-Portable/main/automuteus.list" },
{ "galactus", "https://raw.githubusercontent.com/mtaku3/AutoMuteUs-Portable/main/galactus.list" },
{ "wingman", "https://raw.githubusercontent.com/mtaku3/AutoMuteUs-Portable/main/wingman.list" }
{ "automuteus", "https://raw.githubusercontent.com/mtaku3/AutoMuteUs-Portable/old/automuteus.list" },
{ "galactus", "https://raw.githubusercontent.com/mtaku3/AutoMuteUs-Portable/old/galactus.list" },
{ "wingman", "https://raw.githubusercontent.com/mtaku3/AutoMuteUs-Portable/old/wingman.list" }
};

VersionList = new Dictionary<string, Dictionary<string, string>>();
Expand Down

0 comments on commit 3e6d0c7

Please sign in to comment.