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

This commit is contained in:
Julien Wadel 2024-09-26 15:05:09 +02:00
parent f0dd46e227
commit 34e5a28482

View file

@ -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";