Skip to content

Commit

Permalink
Add rpm to Linux build outputs.
Browse files Browse the repository at this point in the history
- Explicitly defining `depends` for the defaults is not necessary as of
  electron-userland/electron-builder#502
  • Loading branch information
bascht committed Aug 11, 2016
1 parent d879f8b commit da4833d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ before_install:
sudo apt-get update -qq;
sudo apt-get install -qq libxml2-dev;
sudo apt-get install -qq libappindicator1;
sudo apt-get install -qq rpm;
fi
install:
- git config --global core.autocrlf input
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,11 @@
"linux": {
"target": [
"AppImage",
"deb",
"deb",
"rpm",
"zip",
"tar.gz"
],
"depends": [
"libappindicator1",
"libnotify-bin"
],
"icon": "./resources/Icon.png"
}
},
Expand Down

0 comments on commit da4833d

Please sign in to comment.