diff options
author | Ajay Ramachandran <[email protected]> | 2024-09-05 22:37:33 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-05 22:37:33 -0400 |
commit | 65b7d6589a8daca29ea6f904c1ea870c7345d08e (patch) | |
tree | d18775466505b8f0e4ddc6ff674d91e4c2483c6e /package.json | |
parent | dbf80b492902ecc55fc5b207ae5aa600be4a3bd0 (diff) | |
download | SponsorBlock-65b7d6589a8daca29ea6f904c1ea870c7345d08e.tar.gz SponsorBlock-65b7d6589a8daca29ea6f904c1ea870c7345d08e.zip |
Fix web ext signing
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b6760956..b63e31e5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "scripts": { "web-run": "npm run web-run:chrome", - "web-sign": "web-ext sign -s dist", + "web-sign": "web-ext sign --channel unlisted -s dist", "web-run:firefox": "cd dist && web-ext run --start-url https://addons.mozilla.org/firefox/addon/ublock-origin/", "web-run:firefox-android": "cd dist && web-ext run -t firefox-android --firefox-apk org.mozilla.fenix", "web-run:chrome": "cd dist && web-ext run --start-url https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm -t chromium", |