Update makerelease

This commit is contained in:
MatMoul 2019-02-02 22:23:28 +01:00
parent bc3311594f
commit 02bb2f379d

View file

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