Fix -h in zerotier-cli and move code to find auth token into LocalClient, also move auth token for mac into Mac-standard Library/Application Support location.
This commit is contained in:
parent
baea75f2df
commit
22b52858e0
5 changed files with 47 additions and 20 deletions
|
@ -79,6 +79,10 @@ void MainWindow::timerEvent(QTimerEvent *event)
|
|||
{
|
||||
event->accept();
|
||||
|
||||
#ifdef __APPLE__
|
||||
#else
|
||||
#endif
|
||||
|
||||
if (!zeroTierClient) {
|
||||
std::string dotAuthFile((QDir::homePath() + QDir::separator() + ".zeroTierOneAuthToken").toStdString());
|
||||
std::string authToken;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue