From ce89f29aeb6aaa2102f1b9ba6b01f8261d6f9b40 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 17 Nov 2019 10:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Linux=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cf7ec1dc..a50910ac 100644 --- a/package.json +++ b/package.json @@ -71,12 +71,13 @@ "artifactName": "${productName} v${version} ${env.ARCH} ${env.TARGET}.${ext}" }, "mac": { - "icon": "./resources/icons/512x512.png", + "icon": "./resources/icons/512x512.icns", "category": "public.app-category.music" }, "linux": { "maintainer": "lyswhut ", - "artifactName": "${productName} v${version} ${env.ARCH}.${ext}" + "artifactName": "${productName} v${version} ${env.ARCH}.${ext}", + "icon": "./resources/icons" }, "nsis": { "oneClick": false,