diff --git a/ground/src/app/main.cpp b/ground/src/app/main.cpp index 46fce932f..d07007d8c 100644 --- a/ground/src/app/main.cpp +++ b/ground/src/app/main.cpp @@ -194,7 +194,7 @@ static inline QStringList getPluginPaths() #ifdef Q_OS_MAC # define SHARE_PATH "/../Resources" #else -# define SHARE_PATH "/../share" +# define SHARE_PATH "/../share/openpilotgcs" #endif int main(int argc, char **argv)