Skip to content

Commit

Permalink
Fix a stupid test that I made
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-spataru committed Jun 28, 2016
1 parent 2b42e6a commit aaf10aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Updater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ void Updater::setUpdateAvailable (const bool& available) {
QDesktopServices::openUrl (QUrl (m_openUrl));

else if (downloaderEnabled())
m_downloader->startDownload (
QUrl ("https://github.com/WinT-3794/QDriverStation/releases/download/v16.06.2-stable/qdriverstation-16.06.2-setup.zip"));
m_downloader->startDownload (QUrl (downloadUrl()));

else
QDesktopServices::openUrl (QUrl (downloadUrl()));
Expand Down

0 comments on commit aaf10aa

Please sign in to comment.