summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-02 19:26:38 +0100
committerRory& <root@rory.gay>2026-02-02 19:26:38 +0100
commit9956cb2a4c47cd5a5c2ed4ce981f90146e8627ef (patch)
treef284f20e0c7d80cf227dc3e35737a869988cc495
parentUse less env, make more reliable (diff)
downloadSpacebarDiscordDesktopLauncher-9956cb2a4c47cd5a5c2ed4ce981f90146e8627ef.tar.xz
Add Discord prefix to exe filename on windows
-rw-r--r--SpacebarDiscordDesktopLauncher/WindowsDiscordClientFinder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SpacebarDiscordDesktopLauncher/WindowsDiscordClientFinder.cs b/SpacebarDiscordDesktopLauncher/WindowsDiscordClientFinder.cs

index 8b6db0e..17dccf9 100644 --- a/SpacebarDiscordDesktopLauncher/WindowsDiscordClientFinder.cs +++ b/SpacebarDiscordDesktopLauncher/WindowsDiscordClientFinder.cs
@@ -11,7 +11,7 @@ public static class WindowsDiscordClientFinder { if (Path.Exists(Path.Combine(basePath, "Discord" + discordBranch))) return Path.Combine(GetLatestAppVersion(Path.Combine(basePath, "Discord" + discordBranch)), - discordBranch + ".exe"); + "Discord" + discordBranch + ".exe"); } Console.WriteLine("Could not find Discord! Do you have the normal Discord client installed?");