From cfa32e121e69c35b26b379ac0a3ce7ffa1ede32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sat, 19 Jan 2019 04:34:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=93=E5=8C=85=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c790744..5e3e7d4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Sonist", + "name": "sonist", "version": "0.9.0", "description": "Music Player", "main": "src/main.js", @@ -20,7 +20,7 @@ "build": { "appId": "cc.doui.sonist", "productName": "Sonist", - "copyright": "Copyright © year ${author}", + "copyright": "Copyright © 2019 ${author}", "directories": { "output": "build" }, @@ -28,7 +28,8 @@ "mac": { "category": "public.app-category.music", "target": "dmg", - "icon": "icons/app.icns" + "icon": "icons/app.icns", + "darkModeSupport": false }, "linux": { "category": "AudioVideo;Audio;Player;Music",