Added 'metaverse' to dev-build URL.

This commit is contained in:
NissimHadar 2019-04-05 12:25:25 -07:00
parent 7f5a595ba7
commit 6f5786e017
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ protected:
QString _workingFolder;
const QString DEV_BUILD_XML_URL{ "https://highfidelity.com/dev-builds.xml" };
const QString DEV_BUILD_XML_URL{ "https://metaverse.highfidelity.com/dev-builds.xml" };
const QString DEV_BUILD_XML_FILENAME{ "dev-builds.xml" };
bool buildXMLDownloaded;

View file

@ -60,5 +60,5 @@ const double R_Y = 0.212655f;
const double G_Y = 0.715158f;
const double B_Y = 0.072187f;
const QString nitpickVersion{ "v3.2.0" };
const QString nitpickVersion{ "v3.2.1" };
#endif // hifi_common_h