Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
chore: fix updater
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Sep 11, 2023
1 parent 17a2722 commit 74d0957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/updater.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74d0957

Please sign in to comment.