1
0

update makepkg.sh

This commit is contained in:
2024-11-07 16:40:44 +08:00
parent c9277f1123
commit ff7973194f

View File

@@ -86,6 +86,7 @@ makefe() {
git checkout ${feassetsdir} git checkout ${feassetsdir}
git checkout ${felocalesdir} git checkout ${felocalesdir}
git checkout ${feconstantsdir} git checkout ${feconstantsdir}
git checkout ${fehooksdir}
git pull git pull
if [ "${pkgtype}" == "badeb" ]; then if [ "${pkgtype}" == "badeb" ]; then
cp -rf ${customizeddir}/images/* ${feassetsdir} cp -rf ${customizeddir}/images/* ${feassetsdir}
@@ -102,6 +103,7 @@ makefe() {
git checkout ${feassetsdir} git checkout ${feassetsdir}
git checkout ${felocalesdir} git checkout ${felocalesdir}
git checkout ${feconstantsdir} git checkout ${feconstantsdir}
git checkout ${fehooksdir}
} }
makebe() { makebe() {