We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09e82b commit dba9111Copy full SHA for dba9111
1 file changed
electron-builder.yml
@@ -23,8 +23,10 @@ nsis:
23
shortcutName: ${productName}
24
uninstallDisplayName: ${productName}
25
createDesktopShortcut: always
26
+ differentialPackage: false
27
mac:
28
icon: resources/icon.icns
29
+ target: dmg
30
entitlementsInherit: build/entitlements.mac.plist
31
extendInfo:
32
- NSCameraUsageDescription: Application requests access to the device's camera.
@@ -34,6 +36,7 @@ mac:
34
36
notarize: false
35
37
dmg:
38
artifactName: ${name}-${version}.${ext}
39
+ writeUpdateInfo: false
40
linux:
41
target:
42
- AppImage
@@ -43,6 +46,7 @@ linux:
43
46
category: Utility
44
47
appImage:
45
48
49
50
npmRebuild: false
51
publish:
52
provider: github
0 commit comments