Skip to content

Commit ce89f29

Browse files
committed
更新Linux图标配置
1 parent 6d935d8 commit ce89f29

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,13 @@
7171
"artifactName": "${productName} v${version} ${env.ARCH} ${env.TARGET}.${ext}"
7272
},
7373
"mac": {
74-
"icon": "./resources/icons/512x512.png",
74+
"icon": "./resources/icons/512x512.icns",
7575
"category": "public.app-category.music"
7676
},
7777
"linux": {
7878
"maintainer": "lyswhut <lyswuhut@qq.com>",
79-
"artifactName": "${productName} v${version} ${env.ARCH}.${ext}"
79+
"artifactName": "${productName} v${version} ${env.ARCH}.${ext}",
80+
"icon": "./resources/icons"
8081
},
8182
"nsis": {
8283
"oneClick": false,

0 commit comments

Comments
 (0)