diff --git a/scripts/applyPatchForInsiders.js b/scripts/applyPatchForInsiders.js index 1dc11b9..333cd87 100644 --- a/scripts/applyPatchForInsiders.js +++ b/scripts/applyPatchForInsiders.js @@ -15,7 +15,7 @@ let json = require('../package.json'); json = JSON.stringify({ ...json, name: `${json.name}-insiders`, - displayName: `${json.displayName} (Insiders)`, + displayName: 'GitLens (Insiders)', version: `${String(date.getFullYear())}.${date.getMonth() + 1}.${date.getDate()}${String(date.getHours()).padStart( 2, '0',