replace appcast url with highfidelity s3 bucket link

This commit is contained in:
Stephen Birarda 2013-08-20 09:55:48 -07:00
parent 329253d8e4
commit 71edaa2472

View file

@ -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();
}