mirror of
https://github.com/snltty/linker.git
synced 2025-10-22 00:30:01 +08:00
修复虚拟网卡添加路由错误,和增加自动更新
This commit is contained in:
@@ -115,10 +115,6 @@ namespace linker.service
|
||||
{
|
||||
WorkingDirectory = dir,
|
||||
FileName = Path.Combine(dir, $"{mainExeName}.tray.win.exe"),
|
||||
CreateNoWindow = false,
|
||||
ErrorDialog = false,
|
||||
UseShellExecute = true,
|
||||
WindowStyle = ProcessWindowStyle.Hidden,
|
||||
Arguments = "--task=1",
|
||||
Verb = "runas",
|
||||
});
|
||||
|
Reference in New Issue
Block a user