From 74d095774d95a679928713b2d0244b4e79168d2e Mon Sep 17 00:00:00 2001 From: GyDi Date: Mon, 11 Sep 2023 10:16:54 +0800 Subject: [PATCH] chore: fix updater --- scripts/updater.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/updater.mjs b/scripts/updater.mjs index 0e53aea..2a3a8ee 100644 --- a/scripts/updater.mjs +++ b/scripts/updater.mjs @@ -43,6 +43,7 @@ async function resolveUpdater() { darwin: { signature: "", url: "" }, // compatible with older formats "darwin-aarch64": { signature: "", url: "" }, "darwin-intel": { signature: "", url: "" }, + "darwin-x86_64": { signature: "", url: "" }, "linux-x86_64": { signature: "", url: "" }, "windows-x86_64": { signature: "", url: "" }, "windows-i686": { signature: "", url: "" }, // no supported