Skip to content

Commit 1560795

Browse files
committed
wip: ci 7
1 parent 1fcbe0d commit 1560795

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

build/icon.icns

107 KB
Binary file not shown.

build/icon.ico

-116 KB
Binary file not shown.

build/icon.png

154 KB
Loading

electron-builder.yml

+9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ asarUnpack:
1313
- resources/**
1414
win:
1515
executableName: agf
16+
target:
17+
- nsis
18+
icon: build/icon.png
1619
nsis:
1720
artifactName: ${name}-${version}-setup.${ext}
1821
shortcutName: ${productName}
@@ -24,8 +27,14 @@ mac:
2427
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
2528
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
2629
notarize: false
30+
icon: build/icon.icns
31+
target:
32+
- dmg
2733
dmg:
2834
artifactName: ${name}-${version}.${ext}
35+
target:
36+
- dmg
37+
2938
linux:
3039
target:
3140
- AppImage

0 commit comments

Comments
 (0)