Skip to content

Commit

Permalink
fix: add openSUSE package name variant for kde-cli-tools (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Jun 19, 2019
1 parent b50a247 commit af2d8fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1",
"electron-installer-common": "^0.7.3",
"fs-extra": "^8.0.1",
"lodash": "^4.17.4",
"word-wrap": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const dependencyMap = {
gtk2: 'gtk2',
gtk3: 'gtk3',
gvfs: 'gvfs-client',
kdeCliTools: 'kde-cli-tools',
kdeCliTools: ['kde-cli-tools', 'kde-cli-tools5'],
kdeRuntime: 'kde-runtime',
notify: 'libnotify',
nss: 'nss',
Expand Down

0 comments on commit af2d8fd

Please sign in to comment.