Ver código fonte

ref: consolidate icon file names

Sven 1 ano atrás
pai
commit
147cae6dbe
3 arquivos alterados com 2 adições e 2 exclusões
  1. 0 0
      assets/icon/icon_48.png
  2. 1 1
      assets/resources.json
  3. 1 1
      src/tools/post-build.ts

+ 0 - 0
assets/icon/icon.png → assets/icon/icon_48.png


+ 1 - 1
assets/resources.json

@@ -1,5 +1,5 @@
 {
-  "icon": "icon/icon.png",
+  "icon": "icon/icon_48.png",
   "close": "close.png",
   "delete": "delete.svg",
   "error": "error.svg",

+ 1 - 1
src/tools/post-build.ts

@@ -48,7 +48,7 @@ type BuildStats = {
 // @license         ${pkg.license}
 // @author          ${pkg.author.name}
 // @copyright       ${pkg.author.name} (${pkg.author.url})
-// @icon            https://raw.githubusercontent.com/${repo}/${branch}/assets/icon/icon.png
+// @icon            https://raw.githubusercontent.com/${repo}/${branch}/assets/icon/icon_48.png
 // @match           https://music.youtube.com/*
 // @match           https://www.youtube.com/*
 // @run-at          document-start