From 2f75afc267978319738838a555be24a339ef2a80 Mon Sep 17 00:00:00 2001 From: liulihong Date: Wed, 14 Jun 2023 18:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9unzip=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liulihong --- thirdparty/unzip/docs/hap_integrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 thirdparty/unzip/docs/hap_integrate.md diff --git a/thirdparty/unzip/docs/hap_integrate.md b/thirdparty/unzip/docs/hap_integrate.md old mode 100755 new mode 100644 index 3ae002bc..9152f296 --- a/thirdparty/unzip/docs/hap_integrate.md +++ b/thirdparty/unzip/docs/hap_integrate.md @@ -23,7 +23,7 @@ ├── README_zh.md ``` -- 将xerces拷贝至tools/main目录下 +- 将unzip和依赖的bzip2拷贝至tools/main目录下 ``` cd tpc_c_cplusplus cp thirdparty/unzip tools/main -rf -- Gitee