Skip to content

Commit 097bc6c

Browse files
committed
Update electron-builder.yml
1 parent f09e82b commit 097bc6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

electron-builder.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ nsis:
2323
shortcutName: ${productName}
2424
uninstallDisplayName: ${productName}
2525
createDesktopShortcut: always
26+
differentialPackage: false
2627
mac:
2728
icon: resources/icon.icns
29+
target:
30+
- target: dmg
31+
arch: [x64, arm64]
2832
entitlementsInherit: build/entitlements.mac.plist
2933
extendInfo:
3034
- NSCameraUsageDescription: Application requests access to the device's camera.
@@ -34,6 +38,7 @@ mac:
3438
notarize: false
3539
dmg:
3640
artifactName: ${name}-${version}.${ext}
41+
writeUpdateInfo: false
3742
linux:
3843
target:
3944
- AppImage

0 commit comments

Comments
 (0)