mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 23:02:41 +00:00
downgraded Electron (fixes #41)
This commit is contained in:
parent
c4c342bd0a
commit
342316f5a5
1 changed files with 13 additions and 3 deletions
16
package.json
16
package.json
|
@ -9,7 +9,7 @@
|
|||
"core-js": "2.4.1",
|
||||
"cross-env": "4.0.0",
|
||||
"css-loader": "0.28.0",
|
||||
"electron": "1.7.2",
|
||||
"electron": "1.6.11",
|
||||
"electron-builder": "17.1.1",
|
||||
"electron-builder-squirrel-windows": "17.0.1",
|
||||
"electron-rebuild": "1.5.11",
|
||||
|
@ -67,10 +67,20 @@
|
|||
"icon": "./build/icons"
|
||||
},
|
||||
"deb": {
|
||||
"depends": ["screen", "gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3"]
|
||||
"depends": [
|
||||
"screen",
|
||||
"gconf2",
|
||||
"gconf-service",
|
||||
"libnotify4",
|
||||
"libappindicator1",
|
||||
"libxtst6",
|
||||
"libnss3"
|
||||
]
|
||||
},
|
||||
"rpm": {
|
||||
"depends": ["screen"]
|
||||
"depends": [
|
||||
"screen"
|
||||
]
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue