From b18224c95df86dd78f9213f0641ec24ca171f314 Mon Sep 17 00:00:00 2001 From: zhangsz Date: Fri, 18 Apr 2025 15:07:11 +0800 Subject: [PATCH] fix: checkout fe by replace Zh --- bin/makepkg.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/makepkg.sh b/bin/makepkg.sh index 0ac345d..518244c 100755 --- a/bin/makepkg.sh +++ b/bin/makepkg.sh @@ -101,10 +101,10 @@ makefe() { if [ $? = 0 ]; then echo "done" fi - # git checkout ${feassetsdir} - # git checkout ${felocalesdir} - # git checkout ${feconstantsdir} - # git checkout ${fehooksdir} + git checkout ${feassetsdir} + git checkout ${felocalesdir} + git checkout ${feconstantsdir} + git checkout ${fehooksdir} } makebe() {