Skip to content

Commit dba9111

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

electron-builder.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ nsis:
2323
shortcutName: ${productName}
2424
uninstallDisplayName: ${productName}
2525
createDesktopShortcut: always
26+
differentialPackage: false
2627
mac:
2728
icon: resources/icon.icns
29+
target: dmg
2830
entitlementsInherit: build/entitlements.mac.plist
2931
extendInfo:
3032
- NSCameraUsageDescription: Application requests access to the device's camera.
@@ -34,6 +36,7 @@ mac:
3436
notarize: false
3537
dmg:
3638
artifactName: ${name}-${version}.${ext}
39+
writeUpdateInfo: false
3740
linux:
3841
target:
3942
- AppImage
@@ -43,6 +46,7 @@ linux:
4346
category: Utility
4447
appImage:
4548
artifactName: ${name}-${version}.${ext}
49+
writeUpdateInfo: false
4650
npmRebuild: false
4751
publish:
4852
provider: github

0 commit comments

Comments
 (0)