From eb238795a9b602d40fae14e296fc677b3e2062a7 Mon Sep 17 00:00:00 2001 From: shoyuf Date: Wed, 30 Mar 2022 10:02:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=20build=20script=20?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index d736d97..8200ad0 100644 --- a/build.js +++ b/build.js @@ -30,7 +30,7 @@ const INFO_JSON = { defaultValue: "", }, ], - appcast: "https://cdn.jsdelivr.net/gh/maybeLab/bob-plugin-volc@main/appcase.json", + appcast: "https://cdn.jsdelivr.net/gh/maybeLab/bob-plugin-volc@main/appcast.json", }; const isRelease = process.argv.includes("--release");