UI: Add flag/file to disable built-in updater

When distributing OBS via third party platforms that have their own
update systems we want to be able to disable the OBS updater without
having to resort to having a separate build entirely.
This commit is contained in:
derrod
2020-07-18 21:33:41 +02:00
parent 1fed223195
commit 30862d75ae
3 changed files with 23 additions and 1 deletions

View File

@@ -144,6 +144,7 @@ public:
std::string GetVersionString() const;
bool IsPortableMode();
bool IsUpdaterDisabled();
const char *InputAudioSource() const;
const char *OutputAudioSource() const;