GH-1060 implement very basic updater (only linux and maybe osx right now)
This commit is contained in:
parent
166813cb91
commit
82e05661d2
8 changed files with 170 additions and 116 deletions
|
@ -992,7 +992,7 @@ void MainWindow::downloadUpdates(GoUpdate::Status status)
|
|||
// If the task succeeds, install the updates.
|
||||
if (updateDlg.exec(&updateTask))
|
||||
{
|
||||
MMC->installUpdates(updateTask.updateFilesDir());
|
||||
MMC->installUpdates(updateTask.updateFilesDir(), updateTask.operations());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue