mattermost-desktop: disable update checking (#512364)

This commit is contained in:
yaya
2026-04-24 05:45:38 +00:00
committed by GitHub
@@ -37,6 +37,8 @@ buildNpmPackage rec {
--replace-fail \
"const VERSION = childProcess.execSync('git rev-parse --short HEAD', {cwd: __dirname}).toString();" \
"const VERSION = process.env.version;"
substituteInPlace src/common/config/buildConfig.ts \
--replace-fail 'enableUpdateNotifications: true,' 'enableUpdateNotifications: false,'
'';
postBuild = ''