aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

Installation error for the .tar.gz package #17

Closed lpvm closed 6 years ago

lpvm commented 6 years ago

I followed the instructions provided, but I cannot install the companion app either system wide or for the user only. I'm running Void Linux.

After running the installer, there's

Checking companion app returned: An unexpected error occurred

informafix commented 6 years ago

Hi I had the same behavior and to fix this I changed the path of the binary in the install script (or you probably also can just move the binary where is located the script)

To make it short I added the "bin" path in setup-linux-user.sh : "path": "$(pwd)/bin/net.downloadhelper.coapp-linux-64" <<< edited "path": "$(pwd)/net.downloadhelper.coapp-linux-64" <<< original NB : there's 3 references in the user script to this path

lpvm commented 6 years ago

@informafix Great! Did as you've shown and it works! Thank you very much.