Respect Electron matrix architecture for macOS packaging

This commit is contained in:
Palash Debnath
2026-09-16 21:47:27 +05:30
parent 4ce42decdd
commit 559f3fc0c1
+2 -4
View File
@@ -94,10 +94,8 @@ export default {
'utf8',
).match(/<key>NSMicrophoneUsageDescription<\/key>\s*<string>([^<]+)<\/string>/)[1],
},
target: [
{ target: 'dmg', arch: ['arm64', 'x64'] },
{ target: 'zip', arch: ['arm64', 'x64'] },
],
// The CLI matrix selects one architecture per runner and updater feed.
target: ['dmg', 'zip'],
category: 'public.app-category.productivity',
},
linux: {