Skip to content

Commit

Permalink
improved packge.json with icon / category
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-ev committed Jun 5, 2019
1 parent 49f840c commit f8190e2
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions package.json
Expand Up @@ -93,20 +93,15 @@
"config": {
"forge": {
"make_targets": {
"win32": [
"squirrel"
],
"darwin": [
"zip"
],
"linux": [
"deb",
"rpm"
"deb"
]
},
"electronPackagerConfig": {
"packageManager": "npm",
"executableName": "dodoc"
"executableName": "dodoc",
"icon": "build/icon.ico",
"appCategoryType": "public.app-category.education"
},
"electronWinstallerConfig": {
"name": "dodoc"
Expand All @@ -115,7 +110,8 @@
"electronInstallerRedhat": {},
"github_repository": {
"owner": "",
"name": ""
"name": "",
"draft": true
},
"windowsStoreConfig": {
"packageName": "",
Expand Down

0 comments on commit f8190e2

Please sign in to comment.