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": [] } } }