extension-js / extension.js

🧩 Plug-and-play, zero-config, cross-browser extension development tool.
https://extension.js.org
MIT License
3.46k stars 80 forks source link

Make icons-path style same #111

Closed OSpoon closed 1 week ago

OSpoon commented 2 weeks ago

hi~ @cezaraugusto

Regarding the inconsistency in the icons path output, I made some modifications:

  1. In shouldExclude(), I converted the pattern to Unix path style to ensure the files that need to be excluded are correctly excluded.
  2. Since manifest.json cannot use Windows path style, I also applied unixify() to the output of icons().

I need your verification on these changes ~