Skip to content

Commit

Permalink
Merge pull request #179 from Wires77/master
Browse files Browse the repository at this point in the history
Updater should always close Elpis completely now before installing
  • Loading branch information
Wires77 authored Jun 2, 2017
2 parents baff431 + 4bd747b commit 07a1833
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 146 deletions.
1 change: 1 addition & 0 deletions Elpis/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,7 @@ private void _updatePage_UpdateSelectionEvent(bool status)
if (status && _update.DownloadUrl != string.Empty)
{
//Process.Start(_update.DownloadUrl);
_forceClose = true;
Close();
}
else
Expand Down
Loading

0 comments on commit 07a1833

Please sign in to comment.