Commit 34e5a284 authored by Julien Wadel's avatar Julien Wadel
Browse files

Fix ring : sounds folder is set to linphone by SDK and not to the executable name.

Showing with 1 addition and 1 deletion
......@@ -139,7 +139,7 @@ public:
static constexpr char PathPlugins[] = "/plugins/";
#endif
static constexpr char PathPluginsApp[] = "app/";
static constexpr char PathSounds[] = "/sounds/" EXECUTABLE_NAME;
static constexpr char PathSounds[] = "/sounds/linphone";
static constexpr char PathUserCertificates[] = "/usr-crt/";
static constexpr char PathCallHistoryList[] = "/call-history.db";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment