built 1.4.3, fixed listed build script

This commit is contained in:
2026-03-02 13:29:19 +00:00
parent ffe67c5035
commit b4cfdd103b
7 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ echo "Building/signing listed firefox extension"
mv src/manifest.json src/manifest_temp.json
mv src/manifest_ff.json src/manifest.json
echo "manifest_ff > manifest"
web-ext sign --channel=unlisted --api-key=user:$API_KEY --api-secret=$API_SECRET --source-dir=./src --artifacts-dir=./builds
web-ext sign --channel=listed --api-key=user:$API_KEY --api-secret=$API_SECRET --source-dir=./src --artifacts-dir=./builds
mv src/manifest.json src/manifest_ff.json
mv src/manifest_temp.json src/manifest.json