Skip to content

Commit 794dde6

Browse files
committed
Disable updater for appstore builds
1 parent f4f734d commit 794dde6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/app.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ Application::Application(int& argc, char** argv)
4141
processCmdArgs();
4242
initAppFonts();
4343
initRedisClient();
44+
#ifndef RDM_APPSTORE
4445
initUpdater();
46+
#endif
4547
installTranslator();
4648
initPython();
4749
}

0 commit comments

Comments
 (0)