diff options
| author | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-18 11:07:33 +0900 | 
|---|---|---|
| committer | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-18 11:07:33 +0900 | 
| commit | 1dd47d0876833c1d61572577ae5b9d2215578c07 (patch) | |
| tree | cd3b2b7d30b8dac0ecbd4ebc91b9d1da8da36819 | |
| parent | 06251f190b9d04a5ef60480e218a7c5d6ffe9be4 (diff) | |
Fix Firefox manifests
| -rw-r--r-- | .github/workflows/publish-firefox-development.yml | 2 | ||||
| -rw-r--r-- | dev/data/manifest-variants.json | 8 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml index 5699311f..0ed07326 100644 --- a/.github/workflows/publish-firefox-development.yml +++ b/.github/workflows/publish-firefox-development.yml @@ -62,7 +62,7 @@ jobs:            cat > update.json << EOF            {                "addons": { -                  "themoeway+development@googlegroups.com": { +                  "{2d13e145-294e-4ead-9bce-b4644b203a00}": {                        "updates": [                            {                                "version": "${{ github.event.release.name }}", diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index f4f5c766..1b0e569d 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -178,7 +178,7 @@                  {                      "action": "delete",                      "path": [ -                        "service_worker" +                        "background"                      ]                  },                  { @@ -218,7 +218,7 @@                      ],                      "value": {                          "gecko": { -                            "id": "themoeway@googlegroups.com", +                            "id": "{cb7c0bec-7085-4f84-8422-7b55a7c4467c}",                              "strict_min_version": "101.0"                          }                      } @@ -267,7 +267,7 @@                      ],                      "pattern": "^(.*)(?:\\.\\s*)?$",                      "patternFlags": "", -                    "replacement": "$1. This is a development build; get the stable version here: https://tinyurl.com/yaatdjmp" +                    "replacement": "$1. This is a development build."                  },                  {                      "action": "set", @@ -276,7 +276,7 @@                          "gecko",                          "id"                      ], -                    "value": "themoeway+development@googlegroups.com" +                    "value": "{2d13e145-294e-4ead-9bce-b4644b203a00}"                  },                  {                      "action": "set", |