Skip to content

Commit

Permalink
new emplacement of TDM only on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Mar 15, 2021
1 parent 572e146 commit aff4c7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aseba/launcher/src/tdmsupervisor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
#include <errno.h>

namespace mobsya {

#ifdef Q_OS_OSX
static const auto tdm_program_name = QByteArrayLiteral("../Helpers/thymio-device-manager");
#else
static const auto tdm_program_name = QByteArrayLiteral("thymio-device-manager");
#endif
static const auto max_launch_count = 10;

TDMSupervisor::TDMSupervisor(const Launcher& launcher, QObject* parent)
Expand Down

0 comments on commit aff4c7f

Please sign in to comment.