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