Closed aklinker1 closed 1 year ago
This closes #63
On windows, if you run web-ext with a relative path like "dist" instead of "C:\Path\to\dist", it will try and install the chrome extension relative to your chrome install directory. So we just need to pass in a absolute path.
web-ext
"dist"
"C:\Path\to\dist"
This closes #63
On windows, if you run
web-ext
with a relative path like"dist"
instead of"C:\Path\to\dist"
, it will try and install the chrome extension relative to your chrome install directory. So we just need to pass in a absolute path.