Skip to content

Commit 3233a2d

Browse files
Add macOS icon to assets/icons directory and configure electron-builder
Co-authored-by: sumitduster-iMac <[email protected]>
1 parent bc09373 commit 3233a2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/icons/macos-icon.png

1.44 KB
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
}
3434
],
3535
"category": "public.app-category.developer-tools",
36-
"identity": null
36+
"identity": null,
37+
"icon": "assets/icons/macos-icon.png"
3738
},
3839
"files": [
3940
"main.js",

0 commit comments

Comments
 (0)