Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-desktop
Commits
34e5a284
Commit
34e5a284
authored
5 months ago
by
Julien Wadel
Browse files
Options
Download
Patches
Plain Diff
Fix ring : sounds folder is set to linphone by SDK and not to the executable name.
parent
f0dd46e2
master
build/windows_runner_ok
feature/AEC3
feature/dp
feature/loading_spinner
feature/oidc_client_secret
feature/redirect_uri
feature/test_integ_sdk
feature/translation
fix/LINQT-1362
fix/LINQT-1482
fix/SLS-8
fix/all
fix/auth_popup
fix/conference_index_as_objects
fix/config_login_page
fix/contact_list
fix/contact_speed
fix/disable_chat_feature
fix/jira_conseil_dep
fix/login_page_back_button
fix/qt6.8compil
fix/quit_conf_screensharing
fix/set_operator
fix/slow_ldap_loading
fix/ui
fix/ui_fixes
1 merge request
!1051
Fix ring : sounds folder is set to linphone by SDK and not to the executable name.
Pipeline
#83601
failed with stages
in 66 minutes and 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Linphone/tool/Constants.hpp
+1
-1
Linphone/tool/Constants.hpp
with
1 addition
and
1 deletion
Linphone/tool/Constants.hpp
+
1
−
1
View file @
34e5a284
...
...
@@ -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"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets