Skip to content

Commit 8c2ae5c

Browse files
committed
feat: add Windows ARM64 architecture support (#157)
- Add arm64 architecture support for Windows NSIS installer target - Add arm64 architecture support for Windows Portable target - Align Windows build targets with existing macOS and Linux ARM64 support - Enable native ARM64 builds for Windows on ARM devices This change allows the application to run natively on Windows ARM64 devices, providing better performance and compatibility for users with ARM-based Windows machines.
1 parent c90e5cd commit 8c2ae5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

electron-builder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ win:
5555
- target: nsis
5656
arch:
5757
- x64
58+
- arm64
5859
- target: portable
5960
arch:
6061
- x64
62+
- arm64
6163
signtoolOptions:
6264
sign: scripts/win-sign.js
6365
verifyUpdateCodeSignature: false

0 commit comments

Comments
 (0)