mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-12 10:21:30 +00:00
Merge pull request #6303 from bpacholek/feature/windows-on-arm64-support
Feature: Enabled ARM64 build for Windows.
This commit is contained in:
@@ -61,7 +61,7 @@ const config = {
|
||||
target: [
|
||||
{
|
||||
target: 'nsis',
|
||||
arch: ['x64']
|
||||
arch: ['x64', 'arm64']
|
||||
}
|
||||
],
|
||||
sign: null,
|
||||
|
||||
Reference in New Issue
Block a user