Skip to content

Commit d169d79

Browse files
committed
fix: fixed icons
1 parent c7245c8 commit d169d79

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

icons/256x256.png

9.51 KB
Loading

icons/icon.icns

49.8 KB
Binary file not shown.

icons/icon.ico

107 KB
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
]
4545
},
4646
"mac": {
47-
"icon": "build/icons/icon.icns"
47+
"icon": "icons/icon.icns"
4848
},
4949
"win": {
50-
"icon": "build/icons/icon.ico"
50+
"icon": "icons/icon.ico"
5151
},
5252
"linux": {
53-
"icon": "build/icons"
53+
"icon": "icons"
5454
},
5555
"nsis": {
5656
"warningsAsErrors": false

0 commit comments

Comments
 (0)