update getaltImagesLocation

This commit is contained in:
Dmitry Degtyarev 2020-04-10 12:51:52 +04:00
parent 974cf33ada
commit 18c7ee8ef8

View File

@ -37,7 +37,7 @@ const char *releaseFiles[releaseFilesCount] = {
"p9-server-v.yml",
"p9-simply.yml"
};
const char *getaltImagesLocation = "http://getalt.mastersin.ru/_data/images/";
const char *getaltImagesLocation = "http://getalt.org/_data/images/";
QString releasesCacheDir() {
QString appdataPath = QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation);