Skip to content

Commit

Permalink
Disable waiting for approval in web-ext sign
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed May 31, 2024
1 parent 976be96 commit 84a9adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-utils/make-signed-xpi.sh
Original file line number Diff line number Diff line change
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 --channel unlisted --api-key "$AMO_API_KEY" --api-secret "$AMO_API_SECRET" -a ../pkg
$WEB_EXT sign -s ../checkout/src --channel unlisted --approval-timeout 0 --api-key "$AMO_API_KEY" --api-secret "$AMO_API_SECRET" -a ../pkg
mv "../pkg/$PRE_XPI_NAME" "../pkg/$XPI_NAME"

0 comments on commit 84a9adf

Please sign in to comment.