mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
switch to silent update checking
This commit is contained in:
parent
0b243ec881
commit
949395348f
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,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()->CheckForUpdatesNotSilent();
|
||||
FvUpdater::sharedUpdater()->CheckForUpdatesSilent();
|
||||
#endif
|
||||
|
||||
initMenu();
|
||||
|
|
Loading…
Reference in a new issue