更新Linux图标配置
parent
6d935d8589
commit
ce89f29aeb
|
@ -71,12 +71,13 @@
|
||||||
"artifactName": "${productName} v${version} ${env.ARCH} ${env.TARGET}.${ext}"
|
"artifactName": "${productName} v${version} ${env.ARCH} ${env.TARGET}.${ext}"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "./resources/icons/512x512.png",
|
"icon": "./resources/icons/512x512.icns",
|
||||||
"category": "public.app-category.music"
|
"category": "public.app-category.music"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"maintainer": "lyswhut <lyswuhut@qq.com>",
|
"maintainer": "lyswhut <lyswuhut@qq.com>",
|
||||||
"artifactName": "${productName} v${version} ${env.ARCH}.${ext}"
|
"artifactName": "${productName} v${version} ${env.ARCH}.${ext}",
|
||||||
|
"icon": "./resources/icons"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
|
|
Loading…
Reference in New Issue