add windows arm64 build

This commit is contained in:
Labhansh Agrawal 2023-06-14 22:43:01 +05:30
parent 20de964f53
commit a519c28d6f

View file

@ -17,6 +17,7 @@
]
}
],
"artifactName": "${productName}-${version}-${arch}.${ext}",
"linux": {
"category": "TerminalEmulator",
"target": [
@ -27,9 +28,13 @@
]
},
"win": {
"target": [
"nsis"
],
"target": {
"target": "nsis",
"arch": [
"x64",
"arm64"
]
},
"rfc3161TimeStampServer": "http://timestamp.comodoca.com"
},
"nsis": {
@ -46,7 +51,6 @@
"arm64"
]
},
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"category": "public.app-category.developer-tools",
"entitlements": "./build/mac/entitlements.plist",
"entitlementsInherit": "./build/mac/entitlements.plist",