mvdan / fdroidcl

F-Droid desktop client
BSD 3-Clause "New" or "Revised" License
268 stars 22 forks source link

Respect ANDROID_SERIAL env var #72

Closed caronniha closed 1 year ago

caronniha commented 1 year ago

When multiple devices is connected via adb, we can use -s flag in adb command to specify the device or use ANDROID_SERIAL env var to specify it. It would be nice if, fdroidcl also respected the ANDROID_SERIAL env var allows us to connect multiple device and update only one device.

refs:

fdroidcl version v0.5.0