1
0

fix: 打包前还原变更

This commit is contained in:
TsMask
2025-05-16 11:03:30 +08:00
parent ffe9c4c498
commit b165562c2a
4 changed files with 36 additions and 24 deletions

13
pkg.sh
View File

@@ -40,6 +40,14 @@ while [[ $# -gt 0 ]]; do
esac
done
# =================== build branch
echo
cd $BuildDir
git checkout .
git pull
git checkout $BuildBranch
git pull
# =================== Web
echo
# Determine if --web is passed in
@@ -94,11 +102,6 @@ fi
# =================== deb/rpm
echo
cd $BuildDir
git checkout .
git pull
git checkout $BuildBranch
git pull
bash $BuildDir/build.sh -v $VERSION
# Compile the front-end and back-end and then package the version