Fix ring : sounds folder is set to linphone by SDK and not to the executable name.
This commit is contained in:
parent
f0dd46e227
commit
34e5a28482
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue