Skip to content
Snippets Groups Projects
Commit 649e43e4 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Update

parent 518a05ea
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 1)
SET( CPACK_PACKAGE_VERSION_PATCH 80)
SET( CPACK_PACKAGE_VERSION_PATCH 81)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
......
Subproject commit 6d4acbc866a807f8ef04e831bbbef6b1c007d5cf
Subproject commit 4cabd8c495bba6fdfcf4d123d6d96592dd4338a3
......@@ -196,6 +196,8 @@ int main(int argc, const char *argv[])
dap_set_appname("cellframe-node");
#ifdef _WIN32
SetConsoleCP(1252);
SetConsoleOutputCP(1252);
g_sys_dir_path = dap_strdup_printf("%s/%s", regGetUsrPath(), dap_get_appname());
#elif DAP_OS_MAC
g_sys_dir_path = dap_strdup_printf("/Applications/%s.app/Contents/Resources", 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