From 249ff7f2d24afa797d23ad08694e11657dcd85e0 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 3 Apr 2022 13:56:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E6=94=B9=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 389188c1..983e35ef 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,11 @@ }, "mac": { "icon": "./resources/icons/icon.icns", - "category": "public.app-category.music" + "category": "public.app-category.music", + "extendInfo": { + "CFBundleName": "lx-music-desktop", + "CFBundleDisplayName": "LX Music" + } }, "linux": { "maintainer": "lyswhut ",