Skip to content
Snippets Groups Projects
Commit b37cb8a8 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'support-2719-3' into 'master'

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

See merge request cellframe/cellframe-node!76
parents f80aecc8 f5761f15
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ int cellframe_node__cli_Main(int argc, const char *argv[])
int main(int argc, const char *argv[])
#endif
{
dap_set_appname("cellframe-node-cli");
dap_set_appname("cellframe-node");
#ifdef _WIN32
g_sys_dir_path = dap_strdup_printf("%s/%s", regGetUsrPath(), dap_get_appname());
......
......@@ -356,7 +356,7 @@ int main(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
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