From 2aa77c483796111c2038bcee09d5bcd1afb9d695 Mon Sep 17 00:00:00 2001 From: Northword <44738481+northword@users.noreply.github.com> Date: Fri, 22 Dec 2023 20:37:47 +0800 Subject: [PATCH] Fix url of update.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77bfa76..5088749 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "addonInstance": "Jasminum", "prefsPrefix": "extensions.jasminum", "releasepage": "https://github.com/l0o0/jasminum/releases/latest/download/jasminum.xpi", - "updaterdf": "https://raw.githubusercontent.com/l0o0/jasminum/main/update.json" + "updaterdf": "https://raw.githubusercontent.com/l0o0/jasminum/z7/update.json" }, "main": "src/index.ts", "scripts": {