Skip to content

Commit

Permalink
dexdump removed on config files
Browse files Browse the repository at this point in the history
  • Loading branch information
counter-reverse committed May 4, 2020
1 parent b3d5165 commit 5d96c49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ install:
- pip install flake8

script:
- export PATH="$PATH:$PWD/exodus_core/dexdump/"
- mkdir -p ~/.config/gplaycli/
- mkdir -p ~/.cache/gplaycli/
- cp ./conf/gplaycli.conf ~/.config/gplaycli/gplaycli.conf
Expand Down
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ def is_exe(fpath):
print("Unfortunately, we do not support your platform %s" % sys.platform)
sys.exit(1)

if which('dexdump') is None:
print("Unable to find dexdump executable, please install it.")
print("On Debian-like OS, run sudo apt-get install dexdump")
sys.exit(1)

install_requires = [
"requests==2.21.0",
"Pillow==6.2.0",
Expand Down

0 comments on commit 5d96c49

Please sign in to comment.