From e525e3a57125d0ef070f67f670badcc74b1fba3e Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sun, 5 Jan 2014 20:59:41 -0800 Subject: Ready to test app-driven service install on Mac. --- ZeroTierUI/mainwindow.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ZeroTierUI/mainwindow.cpp') diff --git a/ZeroTierUI/mainwindow.cpp b/ZeroTierUI/mainwindow.cpp index 1c62d015..f7d7e399 100644 --- a/ZeroTierUI/mainwindow.cpp +++ b/ZeroTierUI/mainwindow.cpp @@ -116,18 +116,6 @@ void MainWindow::timerEvent(QTimerEvent *event) id->show(); this->setHidden(true); return; - - // Run the little AppleScript hack that asks for admin credentials and - // then installs the auth token file in the current user's home. - /* - QString installHelperPath(QCoreApplication::applicationDirPath() + "/../Resources/helpers/mac/ZeroTier One (Install).app/Contents/MacOS/applet"); - if (!QFile::exists(installHelperPath)) { - QMessageBox::critical(this,"Unable to Locate Helper","Unable to locate install helper, cannot install service.",QMessageBox::Ok,QMessageBox::NoButton); - QApplication::exit(1); - return; - } - QProcess::execute(installHelperPath,QStringList()); - */ } #endif -- cgit v1.2.3