Skip to content

Commit

Permalink
Add category option under linux key in root package.json
Browse files Browse the repository at this point in the history
In response to issue entry vercel#2097, a specific category option has been defined under the linux key in the root package.json file. This allows Hyper to take advantage of features that have been added to the most recent version of electron-builder.

Note: I tried to make this commit before, but mistakenly added app/yarn.lock, in addition to the solution of the stated issue, to the branch. Thus, this is a corrected version of my earlier attempt.
  • Loading branch information
h93xV2 committed Sep 7, 2017
1 parent be5786e commit fd31454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"appId": "co.zeit.hyper",
"extraResources": "./bin/yarn-standalone.js",
"linux": {
"category": "TerminalEmulator",
"target": [
{
"target": "deb",
Expand Down

0 comments on commit fd31454

Please sign in to comment.