mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-19 19:33:46 -04:00
1, 删除多余日志
2,修复不能引用系统资源缺陷 3,配置文件中startWindowIcon,startWindowBackground,resource,extra 标签资源引用替换成资源ID Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
@@ -236,6 +236,7 @@ bool ResourceUtil::CreateDirs(const string &filePath)
|
||||
|
||||
if (!FileEntry::CreateDirs(filePath)) {
|
||||
cerr << "Error: create dir fail '" << filePath << "'" << endl;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user