mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:54:00 +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}",
|
"title": "${productName} ${version}",
|
||||||
"icon": "dist/icon-rounded.png"
|
"icon": "dist/icon-rounded.png"
|
||||||
},
|
},
|
||||||
|
"mac": {
|
||||||
|
"icon": "dist/icon-rounded.png"
|
||||||
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
"tar.gz",
|
"tar.gz",
|
||||||
|
|
Loading…
Reference in a new issue