Update makerelease

This commit is contained in:
MatMoul 2019-02-02 22:57:47 +01:00
parent 82ba04733b
commit aab86bb0a3

View file

@ -106,6 +106,6 @@ rm -R .build
if [ ! "$branch" = "master" ]; then
git checkout $branch
git pull
git merge master
git push
fi