Skip to content
Snippets Groups Projects
Commit f5761f15 authored by Constantin Papizh's avatar Constantin Papizh
Browse files

App name fixed, since the config is shared between 'em

parent 06cf2d77
No related branches found
No related tags found
1 merge request!76App name fixed, since the config is shared between 'em
...@@ -194,7 +194,7 @@ int cellframe_node__cli_Main(int argc, const char *argv[]) ...@@ -194,7 +194,7 @@ int cellframe_node__cli_Main(int argc, const char *argv[])
int main(int argc, const char *argv[]) int main(int argc, const char *argv[])
#endif #endif
{ {
dap_set_appname("cellframe-node-cli"); dap_set_appname("cellframe-node");
#ifdef _WIN32 #ifdef _WIN32
g_sys_dir_path = dap_strdup_printf("%s/%s", regGetUsrPath(), dap_get_appname()); g_sys_dir_path = dap_strdup_printf("%s/%s", regGetUsrPath(), dap_get_appname());
......
...@@ -356,7 +356,7 @@ int main(int argc, const char **argv) ...@@ -356,7 +356,7 @@ int main(int argc, const char **argv)
*/ */
static int s_init( int argc, const char **argv ) static int s_init( int argc, const char **argv )
{ {
dap_set_appname("cellframe-node-tool"); dap_set_appname("cellframe-node");
#ifdef _WIN32 #ifdef _WIN32
g_sys_dir_path = dap_strdup_printf("%s/%s", regGetUsrPath(), dap_get_appname()); g_sys_dir_path = dap_strdup_printf("%s/%s", regGetUsrPath(), dap_get_appname());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment