Browse Source

Merge pull request #223 from bascht/master

Add rpm to Linux build outputs.
pull/258/head
Ramiro Saenz 9 years ago committed by GitHub
parent
commit
363fed2fbe
  1. 1
      .travis.yml
  2. 5
      package.json

1
.travis.yml

@ -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

5
package.json

@ -91,13 +91,10 @@
"target": [
"AppImage",
"deb",
"rpm",
"zip",
"tar.gz"
],
"depends": [
"libappindicator1",
"libnotify-bin"
],
"icon": "./resources/Icon.png"
}
},

Loading…
Cancel
Save