machinateur / android-chrome-tab-transfer

A tool to transfer google chrome tabs from your android phone to your computer using `adb`.
MIT License
91 stars 10 forks source link

Fix windows shell test command for powershell compat #8

Closed machinateur closed 1 year ago

machinateur commented 2 years ago

Late fix for an issue discovered through #1.

It prevented the command from working properly when executed from within powershell on windows. It appears as if the where command is something totally different in cmd compared to powershell. It was therefore unable to detect the adb in the current environment (system path).