We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09e82b commit 097bc6cCopy full SHA for 097bc6c
1 file changed
electron-builder.yml
@@ -23,8 +23,12 @@ nsis:
23
shortcutName: ${productName}
24
uninstallDisplayName: ${productName}
25
createDesktopShortcut: always
26
+ differentialPackage: false
27
mac:
28
icon: resources/icon.icns
29
+ target:
30
+ - target: dmg
31
+ arch: [x64, arm64]
32
entitlementsInherit: build/entitlements.mac.plist
33
extendInfo:
34
- NSCameraUsageDescription: Application requests access to the device's camera.
@@ -34,6 +38,7 @@ mac:
38
notarize: false
35
39
dmg:
36
40
artifactName: ${name}-${version}.${ext}
41
+ writeUpdateInfo: false
37
42
linux:
43
target:
44
- AppImage
0 commit comments