From edc4ce7d48b0fa370a1096c8b69bf81f6bdf2a02 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 3 Mar 2025 20:52:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20badeb=E5=A4=8D=E5=88=B6en=5Fbrand?= =?UTF-8?q?=E5=92=8Cen=5Ficon.png=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 20d9731..7738de8 100755 --- a/build.sh +++ b/build.sh @@ -339,8 +339,8 @@ case "${pkgtype}" in cp -rf ${CustomizedDir}/omc.d ${DebBuildOMCDir}/static rm -rf ${DebBuildOMCDir}/static/omc.d/* cp -rf ${CustomizedDir}/ba.d/* ${DebBuildOMCDir}/static/omc.d - cp -rf ${CustomizedDir}/ba.d/en_brand ${DebBuildOMCDir}/static/omc.d/zh_brand.png - cp -rf ${CustomizedDir}/ba.d/en_icon.png ${DebBuildOMCDir}/static/omc.d/zh_icon.png + cp -rf ${CustomizedDir}/ba.d/logo/en_brand.png ${DebBuildOMCDir}/static/omc.d/zh_brand.png + cp -rf ${CustomizedDir}/ba.d/logo/en_icon.png ${DebBuildOMCDir}/static/omc.d/logo/zh_icon.png cp -rf ${CustomizedDir}/ba.d ${DebBuildOMCDir}/static # replace Chinese character find "${DebBuildOMCDir}/etc/db" -type f -name '*.sql' -exec sed -i 's/[一-龥()“”,。?!]~·]//g' {} +