diff --git a/src/core/config_mgr.cpp b/src/core/config_mgr.cpp index 1fdb6a502..1510f630a 100644 --- a/src/core/config_mgr.cpp +++ b/src/core/config_mgr.cpp @@ -358,7 +358,7 @@ void configManager::loadConfigFile() #if defined(LMMS_BUILD_WIN32) m_stkDir = m_dataDir + "stk/rawwaves/"; #elif defined(LMMS_BUILD_APPLE) - m_stkDir = qApp->applicationDirPath() + "/../share/stk/rawwaves/"; + m_stkDir = qApp->applicationDirPath() + "/../share/stk/rawwaves/"; #else m_stkDir = "/usr/share/stk/rawwaves/"; #endif