built 1.4.3, fixed listed build script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user