fix: Specified mac version icons in package.json because mac version icons were not set (#268)

This commit is contained in:
mochi33i 2023-05-02 12:40:21 +09:00 committed by GitHub
parent 3fff7968a3
commit c0d402d469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,9 @@
"title": "${productName} ${version}",
"icon": "dist/icon-rounded.png"
},
"mac": {
"icon": "dist/icon-rounded.png"
},
"linux": {
"target": [
"tar.gz",