update
parent
db99d5c86b
commit
cb66f9b287
16
package.json
16
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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue