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