mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:54:00 +01:00
add app icon for macos (#321)
This commit is contained in:
parent
2ff858bf99
commit
13ac535504
|
@ -24,10 +24,10 @@
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"title": "${productName} ${version}",
|
"title": "${productName} ${version}",
|
||||||
"icon": "dist/icon-rounded.png"
|
"icon": "dist/icon-rounded-macos.png"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "dist/icon-rounded.png"
|
"icon": "dist/icon-rounded-macos.png"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
|
|
BIN
public/icon-rounded-macos.png
Normal file
BIN
public/icon-rounded-macos.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
Loading…
Reference in a new issue