fix self-deletion
This commit is contained in:
parent
b8afdb35a8
commit
82b32eaf42
2 changed files with 7 additions and 4 deletions
|
@ -187,6 +187,8 @@ namespace EnvyUpdate
|
|||
};
|
||||
process.StartInfo = startInfo;
|
||||
process.Start();
|
||||
|
||||
Environment.Exit(2);
|
||||
}
|
||||
public static int GetIDs(string IDtype)
|
||||
{
|
||||
|
|
Reference in a new issue