Support Apple Silicon (arm64) for Electron builds

Fixes #494
This commit is contained in:
Bruno Bernardino 2022-07-18 11:33:37 +01:00
parent edf4c89053
commit 2adb5afdad
No known key found for this signature in database
GPG Key ID: D1B0A69ADD114ECE
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ async function main() {
entitlements: "entitlements.plist",
entitlementsInherit: "entitlements.plist",
category: "Utility",
target: [
{
target: "default",
arch: ["x64", "arm64"],
},
],
},
protocols: {
name,