diff --git a/ground/src/app/main.cpp b/ground/src/app/main.cpp index d07007d8c..46fce932f 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/openpilotgcs" +# define SHARE_PATH "/../share" #endif int main(int argc, char **argv)