Skip to content

Commit

Permalink
Update web-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed May 31, 2024
1 parent 61558c6 commit 00b89d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"select2": "4.0.11",
"sinon": "2.0.0",
"tooltipster": "4.2.6",
"web-ext": "~7.11.0"
"web-ext": "~8.0.0"
},
"private": true
}
4 changes: 2 additions & 2 deletions release-utils/make-signed-xpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

cd "$(dirname "$0")"

LATEST_SDK_VERSION=7.11.0
LATEST_SDK_VERSION=8.0.0
WEB_EXT=../node_modules/.bin/web-ext
PATCHER=../scripts/patch_manifest.py

Expand Down Expand Up @@ -50,5 +50,5 @@ $PATCHER ../checkout/src/manifest.json 'set' 'browser_specific_settings.gecko.up
$WEB_EXT lint -s ../checkout/src --self-hosted

echo "Making self-hosted XPI package with 'web-ext sign'"
$WEB_EXT sign -s ../checkout/src --api-key "$AMO_API_KEY" --api-secret "$AMO_API_SECRET" -a ../pkg
$WEB_EXT sign -s ../checkout/src --channel unlisted --api-key "$AMO_API_KEY" --api-secret "$AMO_API_SECRET" -a ../pkg
mv "../pkg/$PRE_XPI_NAME" "../pkg/$XPI_NAME"

0 comments on commit 00b89d4

Please sign in to comment.