Change stable channel downloads to use only github api and links (#2515)

* Change stable channel downloads to use only github api and links

Ref #2502
This commit is contained in:
Gavin Bisesi 2017-03-25 16:35:04 -04:00 committed by GitHub
parent 3374576831
commit 6f30304271
3 changed files with 50 additions and 62 deletions

View file

@ -167,6 +167,7 @@ void DlgUpdate::downloadSuccessful(QUrl filepath) {
if (QDesktopServices::openUrl(filepath))
{
QMetaObject::invokeMethod((MainWindow*) parent(), "close", Qt::QueuedConnection);
qDebug() << "Opened downloaded update file successfully - closing Cockatrice";
close();
} else {
setLabel(tr("Error"));