Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing dependencies for AppImage #95

Merged
merged 2 commits into from May 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,8 @@ matrix:
- python3
- python3-pip
- libhidapi-hidraw0
- python3-venv
- desktop-file-utils
# before_install:
# -
install:
Expand Down
2 changes: 1 addition & 1 deletion env/ubuntu-16.04-setup.sh
Expand Up @@ -10,7 +10,7 @@ UNZIPFLAGS=""

# Setup Ubuntu 16.04 dependencies
if [[ -z $TRAVIS ]]; then
sudo apt-get install -y make python3 python3-pip libpython-dev libffi-dev gawk libhidapi-dev python3-pyqt5
sudo apt-get install -y make python3 python3-pip libpython-dev libffi-dev gawk libhidapi-dev python3-pyqt5 python3-venv desktop-file-utils
else
# Reduce log output for travis
TARFLAGS="xf"
Expand Down