From 71edaa247241f67db71e6912c7e45aa8d1dcf9a6 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 20 Aug 2013 09:55:48 -0700 Subject: [PATCH] replace appcast url with highfidelity s3 bucket link --- interface/src/Menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }