built 1.4.3, fixed listed build script
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ aula-fixer_v1-2.zip
|
||||
|
||||
web-ext-artifacts
|
||||
src.pem
|
||||
dev
|
||||
@@ -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
|
||||
BIN
builds/aula_fixer-1.4.2.xpi
Normal file
BIN
builds/aula_fixer-1.4.2.xpi
Normal file
Binary file not shown.
BIN
builds/aula_fixer-1.4.3.xpi
Normal file
BIN
builds/aula_fixer-1.4.3.xpi
Normal file
Binary file not shown.
BIN
builds/aula_fixer-1.4.3.zip
Normal file
BIN
builds/aula_fixer-1.4.3.zip
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Aula Fixer",
|
||||
"version": "1.4",
|
||||
"version": "1.4.3",
|
||||
"description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.",
|
||||
|
||||
"background": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Aula Fixer",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.3",
|
||||
"description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.",
|
||||
|
||||
"background": {
|
||||
|
||||
Reference in New Issue
Block a user