Skip to content

Commit

Permalink
ci: update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
esauvisky authored Nov 13, 2023
1 parent 515382a commit 0cabbf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fi
newVersion=$(echo $newVerCode | \sed 's|\(.\)\(.\)\(.\)|\1\.\2\.\3|')

sed --in-place "s|^versionCode=$ver|versionCode=$newVerCode|;s|^version=v.*|version=v$newVersion|" module.prop
rm "$name-$newVersion".zip
zip -r "$name-$newVersion".zip . -x ".git/*" "LICENSE" "build.sh" ".gitignore" "*.zip"
# echo "$newVerCode" >../Deploy/version
echo "Made $name-$newVersion ($newVerCode)"
Expand Down

0 comments on commit 0cabbf6

Please sign in to comment.