diff --git a/src/xsteam_update_ui.cpp b/src/xsteam_update_ui.cpp index 2c8e7a0..faeeb37 100644 --- a/src/xsteam_update_ui.cpp +++ b/src/xsteam_update_ui.cpp @@ -29,7 +29,7 @@ void xsteam_update_ui::load_about() QFuture future = QtConcurrent::run([=]() { xsteam_curl* _curl=new xsteam_curl(); - auto log=_curl->get_steam_id_info("https://git.axibug.com/JackLee/XSteam/raw/branch/vcpkg/update.log",NULL); + auto log=_curl->get_steam_id_info("https://git.axibug.com/JackLee/XSteam/raw/branch/vcpkg/update.xlog",NULL); if(log.size()>0) { info->setText(QString::fromStdString(log)); diff --git a/update.xlog b/update.xlog new file mode 100644 index 0000000..9c5a094 --- /dev/null +++ b/update.xlog @@ -0,0 +1 @@ +##更新日志 \ No newline at end of file