mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-28 09:18:34 +00:00
downgraded Electron (fixes #41)
This commit is contained in:
16
package.json
16
package.json
@@ -9,7 +9,7 @@
|
|||||||
"core-js": "2.4.1",
|
"core-js": "2.4.1",
|
||||||
"cross-env": "4.0.0",
|
"cross-env": "4.0.0",
|
||||||
"css-loader": "0.28.0",
|
"css-loader": "0.28.0",
|
||||||
"electron": "1.7.2",
|
"electron": "1.6.11",
|
||||||
"electron-builder": "17.1.1",
|
"electron-builder": "17.1.1",
|
||||||
"electron-builder-squirrel-windows": "17.0.1",
|
"electron-builder-squirrel-windows": "17.0.1",
|
||||||
"electron-rebuild": "1.5.11",
|
"electron-rebuild": "1.5.11",
|
||||||
@@ -67,10 +67,20 @@
|
|||||||
"icon": "./build/icons"
|
"icon": "./build/icons"
|
||||||
},
|
},
|
||||||
"deb": {
|
"deb": {
|
||||||
"depends": ["screen", "gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3"]
|
"depends": [
|
||||||
|
"screen",
|
||||||
|
"gconf2",
|
||||||
|
"gconf-service",
|
||||||
|
"libnotify4",
|
||||||
|
"libappindicator1",
|
||||||
|
"libxtst6",
|
||||||
|
"libnss3"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"rpm": {
|
"rpm": {
|
||||||
"depends": ["screen"]
|
"depends": [
|
||||||
|
"screen"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user