Netch.Global.NetchExecutable

This commit is contained in:
ChsBuffer
2021-02-18 18:34:01 +08:00
parent 710dd646b9
commit 0eb60d0c90
4 changed files with 5 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ namespace Netch.Updater
MoveDirectory(Path.Combine(extractPath, "Netch"), Global.NetchDir, true);
Global.Mutex.ReleaseMutex();
Process.Start(Application.ExecutablePath);
Process.Start(Global.NetchExecutable);
Global.MainForm.Exit(true);
}