eshost-cli icon indicating copy to clipboard operation
eshost-cli copied to clipboard

jsvu now uses a bin directory as well

Open michaelficarra opened this issue 2 years ago • 1 comments

This fixes the --configure-jsvu feature to account for the binaries being moved to ~/.jsvu/bin in https://github.com/GoogleChromeLabs/jsvu/pull/123.

My work-around for now was running for f in $(ls bin/); do ln -s bin/"$f" "$f"; done in ~/.jsvu.

michaelficarra avatar Mar 07 '23 21:03 michaelficarra

This issue/PR is an year old already, but sadly the repo seems stale... At least, thanks for the workaround!

NemoStein avatar Aug 10 '24 15:08 NemoStein