mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-20 22:47:00 -04:00
@@ -319,7 +319,7 @@ uint32_t ResourcePack::CopyRawFileOrResFileImpl(const string &src, const string
|
||||
}
|
||||
continue;
|
||||
}
|
||||
if (!CompressionParser::GetCompressionParser()->CopyAndTranscode(path, subPath)) {
|
||||
if (!CompressionParser::GetCompressionParser()->CopyAndTranscode(path, subPath, true)) {
|
||||
return RESTOOL_ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user