Merge pull request #6303 from bpacholek/feature/windows-on-arm64-support

Feature: Enabled ARM64 build for Windows.
This commit is contained in:
Anoop M D
2025-12-09 17:14:17 +05:30
committed by GitHub

View File

@@ -61,7 +61,7 @@ const config = {
target: [
{
target: 'nsis',
arch: ['x64']
arch: ['x64', 'arm64']
}
],
sign: null,