diff --git a/Source/Core/MacUpdater/MacUI.mm b/Source/Core/MacUpdater/MacUI.mm index f60199034a..55564805fe 100644 --- a/Source/Core/MacUpdater/MacUI.mm +++ b/Source/Core/MacUpdater/MacUI.mm @@ -139,6 +139,12 @@ void UI::Init() { } +// test-updater.py only works on Windows. +bool UI::IsTestMode() +{ + return false; +} + bool Platform::VersionCheck(const std::vector& to_update, const std::string& install_base_path, const std::string& temp_dir) {