update
parent
db99d5c86b
commit
cb66f9b287
16
package.json
16
package.json
|
@ -33,11 +33,7 @@
|
||||||
"version": "10.1.5",
|
"version": "10.1.5",
|
||||||
"mirror": "https://npm.taobao.org/mirrors/electron/"
|
"mirror": "https://npm.taobao.org/mirrors/electron/"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": ["src/**/*", "node_modules/iofs/*", "node_modules/crypto.js/*"],
|
||||||
"src/**/*",
|
|
||||||
"node_modules/iofs/*",
|
|
||||||
"node_modules/crypto.js/*"
|
|
||||||
],
|
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "public.app-category.music",
|
"category": "public.app-category.music",
|
||||||
"target": "dmg",
|
"target": "dmg",
|
||||||
|
@ -59,15 +55,7 @@
|
||||||
"icon": "./icons/"
|
"icon": "./icons/"
|
||||||
},
|
},
|
||||||
"deb": {
|
"deb": {
|
||||||
"depends": [
|
"depends": []
|
||||||
"gconf2",
|
|
||||||
"gconf-service",
|
|
||||||
"libnotify4",
|
|
||||||
"libappindicator1",
|
|
||||||
"libxtst6",
|
|
||||||
"libnss3",
|
|
||||||
"ffmpeg"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue