Updates: don't auto-restart on Windows.

master
Nabile Rahmani 2018-06-17 13:18:05 +02:00
parent 03b71a6b94
commit 71500b5c68
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ namespace DotN64.Desktop
writer.WriteLine(":UPDATE");
writer.WriteLine($"move /Y \"{newExecutableName}\" \"{executableName}\"");
writer.WriteLine($"start \"\" \"{executableName}\"");
//writer.WriteLine($"start \"\" \"{executableName}\""); // It's pointless to automatically restart the program as it'll crash with no arguments in its current state.
writer.WriteLine($"del /A:H %0");
}