Added build scripts for ff
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,5 +4,4 @@ Archive.zip
|
||||
dev-resources
|
||||
content copy.js
|
||||
aula-fixer_v1-2.zip
|
||||
.env
|
||||
build_scripts
|
||||
.env
|
||||
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