修改生成的用户目录名为CreatWare2

This commit is contained in:
于肖辉 2025-06-12 15:38:34 +08:00
parent 73bc37a8ab
commit f424ab87b7

View File

@ -1957,6 +1957,7 @@ void GUI_App::init_app_config()
boost::filesystem::path data_dir_path;
#ifndef __linux__
std::string data_dir = wxStandardPaths::Get().GetUserDataDir().ToUTF8().data();
data_dir = data_dir + "2";
//BBS create folder if not exists
data_dir_path = boost::filesystem::path(data_dir);
set_data_dir(data_dir);