chore: remove un supported platform

This commit is contained in:
keiko233 2023-11-16 10:30:25 +08:00
parent 730e887454
commit cdae552ab0

View File

@ -46,7 +46,6 @@ async function resolveUpdater() {
"darwin-x86_64": { signature: "", url: "" }, "darwin-x86_64": { signature: "", url: "" },
"linux-x86_64": { signature: "", url: "" }, "linux-x86_64": { signature: "", url: "" },
"windows-x86_64": { signature: "", url: "" }, "windows-x86_64": { signature: "", url: "" },
"windows-i686": { signature: "", url: "" }, // no supported
}, },
}; };