From 1403ffe190d7ce9daa2ed513e08e951b87629108 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 9 Mar 2016 03:52:43 +0100 Subject: [PATCH] This actually DOES work on Mono, hooray! --- ArchiSteamFarm/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index c1d541703..30cc2729a 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -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;