mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
use correct future appcast URL
This commit is contained in:
parent
949395348f
commit
383b6ecec2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue