Update makerelease

This commit is contained in:
MatMoul 2017-12-16 21:36:34 +01:00
parent 931d3431a9
commit 0048349cb0

View file

@ -97,4 +97,5 @@ rm -R .build
if [ ! "$branch" = "master" ]; then if [ ! "$branch" = "master" ]; then
git checkout $branch git checkout $branch
git push
fi fi