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:
committed by
Facebook GitHub Bot
parent
bf32297ad9
commit
22b3e89ce5
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user