From 383b6ecec242ecefc9870f84f918adedd3d481a3 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 26 Jun 2013 11:27:24 -0700 Subject: [PATCH] use correct future appcast URL --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index a29e36f230..cd04b604eb 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -266,7 +266,7 @@ Application::Application(int& argc, char** argv, timeval &startup_time) : #if defined(Q_WS_MAC) && defined(QT_NO_DEBUG) // if this is a release OS X build use fervor to check for an update - FvUpdater::sharedUpdater()->SetFeedURL("file:///Users/birarda/Desktop/Appcast.xml"); + FvUpdater::sharedUpdater()->SetFeedURL("https://s3-us-west-1.amazonaws.com/highfidelity/appcast.xml"); FvUpdater::sharedUpdater()->CheckForUpdatesSilent(); #endif