From cb66f9b2877b3192ba6a1535ae0bb70ac27751ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Tue, 17 Nov 2020 19:03:09 +0800 Subject: [PATCH] update --- package.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index ebe6118..5ace955 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,7 @@ "version": "10.1.5", "mirror": "https://npm.taobao.org/mirrors/electron/" }, - "files": [ - "src/**/*", - "node_modules/iofs/*", - "node_modules/crypto.js/*" - ], + "files": ["src/**/*", "node_modules/iofs/*", "node_modules/crypto.js/*"], "mac": { "category": "public.app-category.music", "target": "dmg", @@ -59,15 +55,7 @@ "icon": "./icons/" }, "deb": { - "depends": [ - "gconf2", - "gconf-service", - "libnotify4", - "libappindicator1", - "libxtst6", - "libnss3", - "ffmpeg" - ] + "depends": [] } } }