mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 15:23:59 +01:00
fix: Specified mac version icons in package.json because mac version icons were not set (#268)
This commit is contained in:
parent
3fff7968a3
commit
c0d402d469
|
@ -26,6 +26,9 @@
|
|||
"title": "${productName} ${version}",
|
||||
"icon": "dist/icon-rounded.png"
|
||||
},
|
||||
"mac": {
|
||||
"icon": "dist/icon-rounded.png"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"tar.gz",
|
||||
|
|
Loading…
Reference in a new issue