From 14480cd22597b1eb7ede71cb30f0fe13c7af02a8 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 2 Feb 2019 04:58:02 +1100 Subject: [PATCH] fix again, this time for sure --- ClassicalSharp/Launcher2/Gui/Screens/UpdatesScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClassicalSharp/Launcher2/Gui/Screens/UpdatesScreen.cs b/ClassicalSharp/Launcher2/Gui/Screens/UpdatesScreen.cs index ed0368ef0..8ca8c7423 100644 --- a/ClassicalSharp/Launcher2/Gui/Screens/UpdatesScreen.cs +++ b/ClassicalSharp/Launcher2/Gui/Screens/UpdatesScreen.cs @@ -179,7 +179,7 @@ namespace Launcher.Gui.Screens { game.ShouldUpdate = true; if (cExe == null) return; - string path = Client.GetExeName(); + string path = Client.GetCExeName(); // TODO: Set last-modified time to actual time of dev build Platform.WriteAllBytes(path, cExe); }