Skip to content

Commit

Permalink
new url for version check
Browse files Browse the repository at this point in the history
  • Loading branch information
noscript committed Feb 8, 2018
1 parent 6e1f8fb commit b822293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.cpp
Expand Up @@ -641,7 +641,7 @@ void NPlayer::downloadVersion()
#endif

if (!suffix.isEmpty())
m_versionDownloader->get(QNetworkRequest(QUrl("http://" + QCoreApplication::organizationDomain() + "/version_" + suffix)));
m_versionDownloader->get(QNetworkRequest(QUrl("http://static." + QCoreApplication::organizationDomain() + "/release/" + suffix)));
}

void NPlayer::on_versionDownloader_finished(QNetworkReply *reply)
Expand Down

0 comments on commit b822293

Please sign in to comment.