Skip to content

Commit

Permalink
fix(dependencies): add support for newer gconf library name (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Mar 10, 2019
1 parent 34f3315 commit ec1dc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const common = require('electron-installer-common')

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

0 comments on commit ec1dc4b

Please sign in to comment.