mattermost-desktop: disable update checking

This commit is contained in:
Diogo Correia
2026-04-22 14:01:53 +02:00
parent b15d161d0e
commit c3e216bd27
@@ -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 = ''