Disable auto-updater (#951)

Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/951

Reviewed By: jknoxville, mweststrate

Differential Revision: D20766973

fbshipit-source-id: 93bf659d8944c0cca1b513235aa43ffc32b7ada8
This commit is contained in:
Pascal Hartig
2020-03-31 09:13:32 -07:00
committed by Facebook GitHub Bot
parent bf32297ad9
commit 22b3e89ce5
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ test('config is decoded from env with defaults', () => {
pluginPaths: [],
lastWindowPosition: undefined,
launcherMsg: undefined,
updaterEnabled: true,
updaterEnabled: false,
screenCapturePath: undefined,
launcherEnabled: true,
});