Browse Source

增加logo

caner 1 year ago
parent
commit
103031afcf
3 changed files with 3 additions and 1 deletions
  1. BIN
      images/icon.png
  2. 3 1
      package.json
  3. BIN
      real-gold-0.0.6.vsix

BIN
images/icon.png


+ 3 - 1
package.json

@@ -2,11 +2,13 @@
   "name": "real-gold",
   "name": "real-gold",
   "displayName": "realGold",
   "displayName": "realGold",
   "description": "一个在状态栏显示黄金实时价格的插件",
   "description": "一个在状态栏显示黄金实时价格的插件",
-  "version": "0.0.5",
+  "version": "0.0.6",
+  "publisher": "Caner",
   "author": "Caner",
   "author": "Caner",
   "emil": "5658514@qq.com",
   "emil": "5658514@qq.com",
   "license": "MIT",
   "license": "MIT",
   "repository": "https://git.caner.top/Caner/vscode-gold.git",
   "repository": "https://git.caner.top/Caner/vscode-gold.git",
+  "icon": "images/icon.png",
   "engines": {
   "engines": {
     "vscode": "^1.76.0"
     "vscode": "^1.76.0"
   },
   },

BIN
real-gold-0.0.5.vsix → real-gold-0.0.6.vsix