1
0

update make package sh

This commit is contained in:
2024-11-07 14:46:21 +08:00
parent 3e08ef0cc4
commit 121cbea72e

View File

@@ -85,7 +85,7 @@ makefe() {
git checkout ${felocalesdir}
git checkout ${feconstantsdir}
git pull
if [ "${c_arg}" == "ba" ]; then
if [ "${pkgtype}" == "badeb" ]; then
cp -rf ${customizeddir}/images/* ${feassetsdir}
cp -rf ${customizeddir}/locales/* ${felocalesdir}
find "${feconstantsdir}" -type f -name '*.ts' -exec sed -i 's/[一-龥]//g' {} +