add app icon for macos (#321)

This commit is contained in:
Mario Dian 2023-06-06 21:04:50 +08:00 committed by GitHub
parent 2ff858bf99
commit 13ac535504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB