Skip to content

Commit

Permalink
force GNU screen dependency on Linux (fixes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jun 30, 2017
1 parent 7a24c9a commit 9badd88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
"linux": {
"category": "Utilities",
"icon": "./build/icons"
},
"deb": {
"depends": ["screen", "gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3"]
},
"rpm": {
"depends": ["screen"]
}
},
"scripts": {
Expand Down

0 comments on commit 9badd88

Please sign in to comment.