This actually DOES work on Mono, hooray!

This commit is contained in:
JustArchi
2016-03-09 03:52:43 +01:00
parent 71ae9a84da
commit 1403ffe190

View File

@@ -257,7 +257,6 @@ namespace ArchiSteamFarm {
internal static bool Restart() {
try {
// TODO: This probably won't work on Mono, I wonder if I can make it work at some point
if (Process.Start(ExecutableFile, string.Join(" ", Environment.GetCommandLineArgs().Skip(1))) != null) {
Exit();
return true;