Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Apr 24, 2024
1 parent f35bf8b commit 47468d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiscordProxyStart/Servers/WinStartManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ private static string GetPathDiscordName(string path)
var mainExeFileName = string.Empty;
if (File.Exists(Path.Combine(path, "Discord.exe")))
{
mainExeFileName = "DiscordCanary.exe";
mainExeFileName = "Discord.exe";
}
else if (File.Exists(Path.Combine(path, "DiscordCanary.exe")))
{
Expand Down

0 comments on commit 47468d9

Please sign in to comment.