Loading pkgs/by-name/ma/mattermost-desktop/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading
pkgs/by-name/ma/mattermost-desktop/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 = '' Loading