Auto server update should work now
This commit is contained in:
@ -25,6 +25,7 @@ namespace RageCoop.Server
|
||||
try
|
||||
{
|
||||
Console.WriteLine("Applying update to "+target);
|
||||
|
||||
CoreUtils.CopyFilesRecursively(new(AppDomain.CurrentDomain.BaseDirectory), new(target));
|
||||
Process.Start(Path.Combine(target, "RageCoop.Server"));
|
||||
Environment.Exit(0);
|
||||
|
Reference in New Issue
Block a user