瀏覽代碼

Changes insiders name to just GitLens (Insiders)

main
Eric Amodio 4 年之前
父節點
當前提交
bcaa8d3076
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      scripts/applyPatchForInsiders.js

+ 1
- 1
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',

Loading…
取消
儲存