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": "伪域名解析", "description": "伪域名解析",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {
"start": "electron .", "start": "electron ."
"pack": "electron-builder",
"pack:mac": "electron-builder --mac",
"pack:linux": "electron-builder --linux"
}, },
"author": { "author": {
"name": "yutent", "name": "yutent",
@ -30,7 +27,10 @@
"version": "9.4.4", "version": "9.4.4",
"mirror": "https://npm.taobao.org/mirrors/electron/" "mirror": "https://npm.taobao.org/mirrors/electron/"
}, },
"files": ["src/**/*", "node_modules/iofs/*"], "files": [
"src/**/*",
"node_modules/iofs/*"
],
"mac": { "mac": {
"category": "public.app-category.developer-tools", "category": "public.app-category.developer-tools",
"target": "dmg", "target": "dmg",
@ -47,9 +47,5 @@
], ],
"icon": "./icons/" "icon": "./icons/"
} }
},
"devDependencies": {
"electron": "9.4.4",
"electron-builder": "22.7.0"
} }
} }