From fcaa9024345d8ab4b5a5b79ac4ebf39086d5a7c9 Mon Sep 17 00:00:00 2001 From: Araragi Date: Wed, 3 Aug 2022 12:38:32 -0400 Subject: [PATCH] fix Firefox updating --- build-ff.js | 2 +- firefox_update.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-ff.js b/build-ff.js index 1b59dd4..baa389b 100644 --- a/build-ff.js +++ b/build-ff.js @@ -107,7 +107,7 @@ const manif = { res = await webExt.cmd.build({ sourceDir: "./firefox/", artifactsDir: ".", - filename: `JKCS-${manif.version}.xpi`, + filename: `jkcs-${manif.version}.xpi`, overwriteDest: true, }); console.log(res); diff --git a/firefox_update.json b/firefox_update.json index e40111c..30cecd7 100644 --- a/firefox_update.json +++ b/firefox_update.json @@ -1 +1 @@ -{"addons":{"{4127d5ac-25a0-4453-8d51-bb2eec2ae629}":{"updates":[{"version":"0.17","update_link":"https://git.coom.tech/araragi/JKCS/raw/branch/master/JKCS-0.17.xpi"}]}}} \ No newline at end of file +{"addons":{"{4127d5ac-25a0-4453-8d51-bb2eec2ae629}":{"updates":[{"version":"0.17","update_link":"https://git.coom.tech/araragi/JKCS/raw/branch/master/jkcs-0.17.xpi"}]}}} \ No newline at end of file