We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcbe0d commit 1560795Copy full SHA for 1560795
build/icon.icns
107 KB
build/icon.ico
-116 KB
build/icon.png
154 KB
electron-builder.yml
@@ -13,6 +13,9 @@ asarUnpack:
13
- resources/**
14
win:
15
executableName: agf
16
+ target:
17
+ - nsis
18
+ icon: build/icon.png
19
nsis:
20
artifactName: ${name}-${version}-setup.${ext}
21
shortcutName: ${productName}
@@ -24,8 +27,14 @@ mac:
24
27
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
25
28
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
26
29
notarize: false
30
+ icon: build/icon.icns
31
32
+ - dmg
33
dmg:
34
artifactName: ${name}-${version}.${ext}
35
+target:
36
37
+
38
linux:
39
target:
40
- AppImage
0 commit comments