1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-05 20:34:07 +02:00

Add Cef.Shutdown before running the updater

This commit is contained in:
chylex 2016-04-17 16:49:12 +02:00
parent 2ef4f28740
commit 0cb3bd9cc6

View File

@ -95,6 +95,8 @@ private static void Main(){
Application.Run(mainForm);
if (mainForm.UpdateInstallerPath != null){
Cef.Shutdown();
Process.Start(mainForm.UpdateInstallerPath,"/SP- /SILENT /NOICONS /CLOSEAPPLICATIONS");
Application.Exit();
}