Skip to content

Commit

Permalink
feat: add ATSPI dependency for Electron >= 5 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastilloec authored and malept committed Jun 9, 2019
1 parent 6edca5d commit 35024ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"debug": "^4.1.1",
"electron-installer-common": "^0.7.0",
"electron-installer-common": "^0.7.1",
"fs-extra": "^8.0.1",
"get-folder-size": "^2.0.1",
"lodash": "^4.17.4",
Expand Down
1 change: 1 addition & 0 deletions src/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
const common = require('electron-installer-common')

const dependencyMap = {
atspi: 'libatspi2.0-0',
gconf: 'libgconf-2-4 | libgconf2-4',
glib2: 'libglib2.0-bin',
gtk2: 'libgtk2.0-0',
Expand Down

0 comments on commit 35024ad

Please sign in to comment.