Enabled ARM64 build for Windows.

This commit is contained in:
IDCT Bartosz Pachołek
2025-12-03 23:57:15 +01:00
parent 6786f19d04
commit b3ef91fe8e

View File

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