Skip to content

Commit

Permalink
chore: remove un supported platform
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 committed Nov 16, 2023
1 parent 0c2e4fe commit d76e8fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/updater.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ async function resolveUpdater() {
"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 d76e8fe

Please sign in to comment.