refs #168 Set build category for mac and linux

This commit is contained in:
AkiraFukushima 2018-03-31 21:43:52 +09:00
parent c4d61eee06
commit 0f1e2dc3fe
1 changed files with 4 additions and 2 deletions

View File

@ -62,7 +62,8 @@
"icon": "build/icons/icon.icns",
"target": [
"dmg"
]
],
"category": "public.app-category.social-networking"
},
"win": {
"icon": "build/icons/icon.ico",
@ -73,7 +74,8 @@
"target": [
"deb",
"rpm"
]
],
"category": "Network"
}
},
"dependencies": {