master
yutent 2022-07-13 20:22:24 +08:00
parent 70ed3b60f3
commit 93ba1c6cb9
1 changed files with 5 additions and 9 deletions

View File

@ -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"
}
}