diff --git a/interface/src/Menu.cpp b/interface/src/Menu.cpp index d80d972fb0..67bb1d3f8e 100644 --- a/interface/src/Menu.cpp +++ b/interface/src/Menu.cpp @@ -468,7 +468,7 @@ void Menu::exportSettings() { void Menu::checkForUpdates() { qDebug() << "Checking if there are available updates.\n"; // if this is a release OS X build use fervor to check for an update - FvUpdater::sharedUpdater()->SetFeedURL("file://localhost/Users/birarda/Desktop/appcast.xml"); + FvUpdater::sharedUpdater()->SetFeedURL("http://s3.highfidelity.io/appcast.xml"); FvUpdater::sharedUpdater()->CheckForUpdatesSilent(); }