parent
add83ce230
commit
6d17123b33
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "dns-host",
|
"name": "dns-host",
|
||||||
"version": "1.1.4",
|
"version": "1.2.0",
|
||||||
"description": "伪域名解析",
|
"description": "伪域名解析",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -26,10 +26,7 @@
|
||||||
"buildResources": "icons",
|
"buildResources": "icons",
|
||||||
"output": "build"
|
"output": "build"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": ["src/**/*", "node_modules/iofs/*"],
|
||||||
"src/**/*",
|
|
||||||
"node_modules/iofs/*"
|
|
||||||
],
|
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "public.app-category.developer-tools",
|
"category": "public.app-category.developer-tools",
|
||||||
"target": "dmg",
|
"target": "dmg",
|
||||||
|
|
Loading…
Reference in New Issue