update
parent
70ed3b60f3
commit
93ba1c6cb9
14
package.json
14
package.json
|
@ -4,10 +4,7 @@
|
|||
"description": "伪域名解析",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"pack": "electron-builder",
|
||||
"pack:mac": "electron-builder --mac",
|
||||
"pack:linux": "electron-builder --linux"
|
||||
"start": "electron ."
|
||||
},
|
||||
"author": {
|
||||
"name": "yutent",
|
||||
|
@ -30,7 +27,10 @@
|
|||
"version": "9.4.4",
|
||||
"mirror": "https://npm.taobao.org/mirrors/electron/"
|
||||
},
|
||||
"files": ["src/**/*", "node_modules/iofs/*"],
|
||||
"files": [
|
||||
"src/**/*",
|
||||
"node_modules/iofs/*"
|
||||
],
|
||||
"mac": {
|
||||
"category": "public.app-category.developer-tools",
|
||||
"target": "dmg",
|
||||
|
@ -47,9 +47,5 @@
|
|||
],
|
||||
"icon": "./icons/"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "9.4.4",
|
||||
"electron-builder": "22.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue