mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-31 08:34:10 +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){
|
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.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