updated build scripts, built 1.4.1 xpi
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
web-ext build --source-dir=./src --artifacts-dir=./web-ext-artifacts
|
||||
web-ext build --source-dir=./src --artifacts-dir=./builds
|
||||
@@ -1,10 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
!/usr/bin/env bash
|
||||
|
||||
source .env
|
||||
|
||||
cd src
|
||||
mv manifest.json manifest_temp.json
|
||||
mv manifest_ff.json manifest.json
|
||||
web-ext sign --channel=listed --api-key=user:$API_KEY --api-secret=$API_SECRET
|
||||
mv manifest.json manifest_ff.json
|
||||
mv manifest_temp.json manifest.json
|
||||
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
|
||||
mv src/manifest.json src/manifest_ff.json
|
||||
mv src/manifest_temp.json src/manifest.json
|
||||
@@ -2,11 +2,9 @@
|
||||
|
||||
source .env
|
||||
|
||||
cd src
|
||||
mv manifest.json manifest_temp.json
|
||||
mv manifest_ff.json manifest.json
|
||||
web-ext sign --channel=unlisted --api-key=user:$API_KEY --api-secret=$API_SECRET
|
||||
mv manifest.json manifest_ff.json
|
||||
mv manifest_temp.json manifest.json
|
||||
cd ..
|
||||
mv src/web-ext-artifacts/* builds/
|
||||
echo "Building/signing UNlisted firefox extension"
|
||||
mv src/manifest.json src/manifest_temp.json
|
||||
mv src/manifest_ff.json src/manifest.json
|
||||
web-ext sign --channel=unlisted --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