use correct future appcast URL

This commit is contained in:
Stephen Birarda 2013-06-26 11:27:24 -07:00
parent 949395348f
commit 383b6ecec2

View file

@ -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