This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
sonist
Archived
1
0
Fork 0

升级electron到6.0

2.x
宇天 2019-09-08 23:54:49 +08:00
parent a8f57fccba
commit d1dcba7711
2 changed files with 7 additions and 3 deletions

View File

@ -18,7 +18,7 @@
"iofs": "^1.1.0"
},
"devDependencies": {
"electron": "^4.0.2",
"electron": "^6.0.0",
"electron-builder": "^20.38.5"
},
"build": {
@ -29,7 +29,11 @@
"buildResources": "icons",
"output": "build"
},
"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",

View File

@ -5,7 +5,7 @@
*/
import '/lib/anot.js'
import '/lib/layer/next.js'
import '/lib/layer/index.js'
import '/lib/store/index.js'
import AudioPlayer from '/lib/audio/index.js'
import Lyrics from '/lib/lyrics/index.js'