Fix self-updater
This commit is contained in:
parent
50e24554c5
commit
d5b42a5638
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ namespace CreamInstaller
|
||||||
label1.Text = "Updating . . . 100%";
|
label1.Text = "Updating . . . 100%";
|
||||||
progressBar1.Value = 100;
|
progressBar1.Value = 100;
|
||||||
updateManager.LaunchUpdater(latestVersion);
|
updateManager.LaunchUpdater(latestVersion);
|
||||||
updateManager.Dispose();
|
Application.Exit();
|
||||||
Close();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue