Add enableAutoUpdater to buildConfig

This commit is contained in:
Yuya Ochiai
2017-11-28 23:54:11 +09:00
parent e6105938ea
commit 0bec4ab5a3
3 changed files with 23 additions and 16 deletions

View File

@@ -24,6 +24,7 @@ const buildConfig = {
],
helpLink: 'https://about.mattermost.com/default-desktop-app-documentation/',
enableServerManagement: true,
enableAutoUpdater: true,
};
export default buildConfig;