Browse Source

force GNU screen dependency on Linux (fixes #1)

Eugene Pankov 8 years ago
parent
commit
9badd88c80
1 changed files with 6 additions and 0 deletions
  1. 6 0
      package.json

+ 6 - 0
package.json

@@ -65,6 +65,12 @@
     "linux": {
       "category": "Utilities",
       "icon": "./build/icons"
+    },
+    "deb": {
+      "depends": ["screen", "gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3"]
+    },
+    "rpm": {
+      "depends": ["screen"]
     }
   },
   "scripts": {