Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
add arm64 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Feb 25, 2024
1 parent fb96abd commit 0140e24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ const config = {
},
win: {
publish: ["github"],
target: ["nsis", "portable"],
target: [
{ target: "nsis", arch: ["x64", "arm64"] },
{ target: "portable", arch: ["x64", "arm64"] },
],
icon: "build/icon.ico",
},
nsis: {
Expand Down

0 comments on commit 0140e24

Please sign in to comment.