diff --git a/libretroshare/src/rsserver/p3webui.cc b/libretroshare/src/rsserver/p3webui.cc index fc1b2def1..671d7e27a 100644 --- a/libretroshare/src/rsserver/p3webui.cc +++ b/libretroshare/src/rsserver/p3webui.cc @@ -83,7 +83,11 @@ template class handler static std::string _base_directory ; }; -template std::string handler::_base_directory = "/home/csoler/Desktop/Code/retroshare/RSNewWebUI/webui/"; +#ifdef WINDOWS_SYS +template std::string handler::_base_directory = "data/webui"; +#else +template std::string handler::_base_directory = "/usr/share/retroshare/webui/"; +#endif static void service_ready_handler( restbed::Service& ) {