diff options
| author | Alex Yatskov <alex@foosoft.net> | 2022-10-30 12:48:50 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2022-10-30 12:48:50 -0700 | 
| commit | a528c72107fa44c560d21c2ef0bb5589f1e82816 (patch) | |
| tree | a840952601d29e18b9f407df159c90e060414914 | |
| parent | 991fa8189ae44c262b57bd90c6f6287219870540 (diff) | |
Remove updates.json from master, it will be accessed from the metadata branch instead.
| -rw-r--r-- | dl/updates.json | 36 | 
1 files changed, 0 insertions, 36 deletions
| diff --git a/dl/updates.json b/dl/updates.json deleted file mode 100644 index 36af8091..00000000 --- a/dl/updates.json +++ /dev/null @@ -1,36 +0,0 @@ -{ -    "addons": { -        "alex.testing@foosoft.net": { -            "updates": [ -                { -                    "version": "21.10.31.1", -                    "update_link": "https://github.com/FooSoft/yomichan/releases/download/21.10.31.1/yomichan_testing-21.10.31.1-an+fx.xpi" -                }, -                { -                    "version": "22.2.2.0", -                    "update_link": "https://github.com/FooSoft/yomichan/releases/download/22.2.2.0/yomichan_testing-22.2.2.0-an+fx.xpi" -                }, -                { -                    "version": "22.4.4.0", -                    "update_link": "https://github.com/FooSoft/yomichan/releases/download/22.4.4.0/yomichan_testing-22.4.4.0-an+fx.xpi" -                }, -                { -                    "version": "22.6.6.0", -                    "update_link": "https://github.com/FooSoft/yomichan/releases/download/22.6.6.0/a708116f79104891acbd-22.6.6.0.xpi" -                }, -                { -                    "version": "22.9.9.0", -                    "update_link": "https://github.com/FooSoft/yomichan/releases/download/22.9.9.0/a708116f79104891acbd-22.9.9.0.xpi" -                }, -                { -                    "version": "22.9.9.1", -                    "update_link": "https://github.com/FooSoft/yomichan/releases/download/22.9.9.1/a708116f79104891acbd-22.9.9.1.xpi" -                }, -                { -                    "version": "22.9.9.2", -                    "update_link": "https://github.com/FooSoft/yomichan/releases/download/22.9.9.2/a708116f79104891acbd-22.9.9.2.xpi" -                } -            ] -        } -    } -} |