mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Netch.Global.NetchExecutable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user