Added build scripts for ff
This commit is contained in:
6
build_scripts/build_ff_listed.sh
Executable file
6
build_scripts/build_ff_listed.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
cd ..
|
||||
mv manifest.json manifest_temp.json
|
||||
mv manifest_ff.json manifest.json
|
||||
web-ext sign --channel=listed --api-key=user: --api-secret=
|
||||
mv manifest.json manifest_ff.json
|
||||
mv manifest_temp.json manifest.json
|
||||
6
build_scripts/build_ff_unlisted.sh
Executable file
6
build_scripts/build_ff_unlisted.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
cd ..
|
||||
mv manifest.json manifest_temp.json
|
||||
mv manifest_ff.json manifest.json
|
||||
web-ext sign --channel=unlisted --api-key=user: --api-secret=
|
||||
mv manifest.json manifest_ff.json
|
||||
mv manifest_temp.json manifest.json
|
||||
Reference in New Issue
Block a user