From 47468d99afe1065727c0e63d725c6bebe36ad21c Mon Sep 17 00:00:00 2001 From: aiqinxuancai Date: Wed, 24 Apr 2024 18:03:43 +0800 Subject: [PATCH] fix bug --- DiscordProxyStart/Servers/WinStartManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordProxyStart/Servers/WinStartManager.cs b/DiscordProxyStart/Servers/WinStartManager.cs index 6c894e3..8e3505b 100644 --- a/DiscordProxyStart/Servers/WinStartManager.cs +++ b/DiscordProxyStart/Servers/WinStartManager.cs @@ -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"))) {