修复部分程序无法启动bug
This commit is contained in:
@@ -118,7 +118,7 @@ namespace GeekDesk.Control.UserControls.PannelCard
|
||||
|
||||
Process p = new Process();
|
||||
p.StartInfo.FileName = icon.Path;
|
||||
|
||||
p.StartInfo.WorkingDirectory = icon.Path.Substring(0, icon.Path.LastIndexOf("\\"));
|
||||
switch (type)
|
||||
{
|
||||
case IconStartType.ADMIN_STARTUP:
|
||||
|
||||
Reference in New Issue
Block a user