Skip to content

Commit

Permalink
hide electron icon from osx dock
Browse files Browse the repository at this point in the history
To hide the electron icon from the dock on OS X,
it is recommended (electron-userland/electron-builder#1456)
to add "extendInfo": {"LSUIElement": 1}
to the top-level mac configuration settings.
  • Loading branch information
JamesCropcho authored and etpinard committed Jul 30, 2018
1 parent a6b6fd8 commit 8f3fc4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
},
"mac": {
"category": "public.app-category.tools",
"extendInfo": {
"LSUIElement": 1
},
"target": [
"dmg"
]
Expand Down

0 comments on commit 8f3fc4b

Please sign in to comment.