electron-wix-msi icon indicating copy to clipboard operation
electron-wix-msi copied to clipboard

Adding arm64 support

Open bkervaski opened this issue 2 years ago • 0 comments

Currently when building on Windows 11 arm, candle fails on the arch:

candle.exe : error CNDL0264 : The parameter 'arch' is missing or has an invalid value arm64. Possible values are x86, x64, or ia64.

With the inevitable shift to arm64 (Apple, Microsoft, AWS) we're adding arm64 builds to everything.

Any efforts to add arm64 targets for msi packages?

bkervaski avatar Jun 29 '22 15:06 bkervaski