Skip to content
Snippets Groups Projects
Unverified Commit 74d09577 authored by GyDi's avatar GyDi
Browse files

chore: fix updater

parent 17a2722e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment