Merge pull request #496 from padloc/feature/electron-apple-arm64-arch

Support Apple Silicon (arm64) for Electron builds
This commit is contained in:
Martin Kleinschrodt 2022-07-18 15:01:19 +02:00 committed by GitHub
commit 9c282a8cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,