fix Github link, port for Hush

This commit is contained in:
DenioD
2019-10-24 02:35:49 +02:00
parent 97b7cad8fc
commit a8db580803
2 changed files with 2 additions and 2 deletions

View File

@@ -434,7 +434,7 @@ void Controller::checkForUpdate(bool silent) {
if (!zrpc->haveConnection())
return noConnection();
QUrl cmcURL("https://api.github.com/repos/MyHush/silentdragon/releases");
QUrl cmcURL("https://api.github.com/repos/MyHush/SilentDragonLite/releases");
QNetworkRequest req;
req.setUrl(cmcURL);