mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-08 09:31:48 +00:00
force GNU screen dependency on Linux (fixes #1)
This commit is contained in:
@@ -65,6 +65,12 @@
|
||||
"linux": {
|
||||
"category": "Utilities",
|
||||
"icon": "./build/icons"
|
||||
},
|
||||
"deb": {
|
||||
"depends": ["screen", "gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3"]
|
||||
},
|
||||
"rpm": {
|
||||
"depends": ["screen"]
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user