From 34e5a28482a2b5f6a2e07b4381c75747ad61ff90 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 26 Sep 2024 15:05:09 +0200 Subject: [PATCH] Fix ring : sounds folder is set to linphone by SDK and not to the executable name. --- Linphone/tool/Constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linphone/tool/Constants.hpp b/Linphone/tool/Constants.hpp index 19bc134fd..79cc10a0a 100644 --- a/Linphone/tool/Constants.hpp +++ b/Linphone/tool/Constants.hpp @@ -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";