fix self-deletion

This commit is contained in:
fyr77 2020-08-04 17:51:48 +02:00
parent b8afdb35a8
commit 82b32eaf42
2 changed files with 7 additions and 4 deletions

View file

@ -187,6 +187,8 @@ namespace EnvyUpdate
};
process.StartInfo = startInfo;
process.Start();
Environment.Exit(2);
}
public static int GetIDs(string IDtype)
{