Fix branch

This commit is contained in:
slawkens 2020-10-27 08:10:23 +01:00
parent c6dd937922
commit b9713fea76

View File

@ -18,7 +18,7 @@ if [ $1 = "prepare" ]; then
echo "Preparing to release version $version of the MyAAC Project!"
# get myaac from git archive
git archive --format zip --output tmp/myaac.zip 0.8
git archive --format zip --output tmp/myaac.zip master
# make required directories
mkdir -p releases
@ -60,4 +60,4 @@ if [ $1 = "pack" ]; then
echo "Done. Released files can be found in 'releases' directory."
exit
fi
fi