Skip to content

Commit

Permalink
fix again, this time for sure
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Feb 1, 2019
1 parent b022d12 commit 14480cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClassicalSharp/Launcher2/Gui/Screens/UpdatesScreen.cs
Expand Up @@ -179,7 +179,7 @@ public sealed class UpdatesScreen : Screen {
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);
}
Expand Down

0 comments on commit 14480cd

Please sign in to comment.