mirror of
https://github.com/snltty/linker.git
synced 2025-10-30 20:16:53 +08:00
删除客户端的bug
This commit is contained in:
@@ -49,13 +49,13 @@ namespace cmonitor
|
||||
|
||||
//读取参数
|
||||
Dictionary<string, string> dic = ArgumentParser.Parse(args, out string error);
|
||||
//#if RELEASE
|
||||
#if RELEASE
|
||||
//提权
|
||||
if (dic.ContainsKey("elevated") == false)
|
||||
{
|
||||
Win32Interop.RelaunchElevated();
|
||||
}
|
||||
//#endif
|
||||
#endif
|
||||
//初始化配置文件
|
||||
Config config = new Config();
|
||||
InitConfig(config, dic);
|
||||
|
||||
Reference in New Issue
Block a user