DeedleFake / trayscale

An unofficial GUI wrapper around the Tailscale CLI client.
MIT License
392 stars 14 forks source link

internal/tsutil: remove CLI usage #126

Closed DeedleFake closed 1 week ago

DeedleFake commented 1 week ago

The Tailscale CLI can be called like a library. This has the downside of having an incorrect version number, which causes a warning to get printed about mismatched version numbers, but otherwise seems to have no ill effect. Switching to calling the CLI in that way should simplify building Trayscale, especially for the Flatpak package.