machinateur / tab-transfer

A tool to transfer Google Chrome tabs from your Android or iPhone to your computer.
MIT License
100 stars 10 forks source link

Fix windows shell test command for powershell compat #8

Closed machinateur closed 2 years 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).