fix again, this time for sure

This commit is contained in:
UnknownShadow200 2019-02-02 04:58:02 +11:00
parent b022d12e10
commit 14480cd225

View File

@ -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);
}