mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-10 17:34:07 +02:00
Cleanup resources from the uninstaller process
This commit is contained in:
parent
00341e984c
commit
74fec18146
@ -145,6 +145,7 @@ private static bool BeginMigration(MigrationDecision decision, Action<Exception>
|
||||
|
||||
if (uninstaller != null){
|
||||
uninstaller.WaitForExit(5000); // it appears that the process is restarted or something that triggers this, but it shouldn't be a problem
|
||||
uninstaller.Close();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user