mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
chore.更新资源文件目录,及相关脚本
This commit is contained in:
@@ -37,7 +37,7 @@ Assistant::Assistant(std::string dirname, AsstCallback callback, void* callback_
|
||||
|
||||
LogTraceFunction;
|
||||
|
||||
bool resource_ret = Resrc.load(m_dirname + "Resource/");
|
||||
bool resource_ret = Resrc.load(m_dirname + "resource/");
|
||||
if (!resource_ret) {
|
||||
const std::string& error = Resrc.get_last_error();
|
||||
Log.error("resource broken:", error);
|
||||
|
||||
Reference in New Issue
Block a user