Skip to content

Commit 0f6215e

Browse files
arm64 builds for windows
1 parent c114f9c commit 0f6215e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

electron-builder.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,13 @@
5050
]
5151
},
5252
"win": {
53-
"target": [
54-
"nsis"
55-
],
53+
"target": {
54+
"target": "nsis",
55+
"arch": [
56+
"x64",
57+
"arm64"
58+
]
59+
},
5660
"rfc3161TimeStampServer": "http://timestamp.comodoca.com"
5761
},
5862
"nsis": {

0 commit comments

Comments
 (0)