mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 03:55:19 -04:00
fix again, this time for sure
This commit is contained in:
parent
b022d12e10
commit
14480cd225
@ -179,7 +179,7 @@ namespace Launcher.Gui.Screens {
|
|||||||
game.ShouldUpdate = true;
|
game.ShouldUpdate = true;
|
||||||
|
|
||||||
if (cExe == null) return;
|
if (cExe == null) return;
|
||||||
string path = Client.GetExeName();
|
string path = Client.GetCExeName();
|
||||||
// TODO: Set last-modified time to actual time of dev build
|
// TODO: Set last-modified time to actual time of dev build
|
||||||
Platform.WriteAllBytes(path, cExe);
|
Platform.WriteAllBytes(path, cExe);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user