mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
replace appcast url with highfidelity s3 bucket link
This commit is contained in:
parent
329253d8e4
commit
71edaa2472
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue