mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-05 00:56:51 +01:00
Fix branch
This commit is contained in:
@@ -18,7 +18,7 @@ if [ $1 = "prepare" ]; then
|
|||||||
echo "Preparing to release version $version of the MyAAC Project!"
|
echo "Preparing to release version $version of the MyAAC Project!"
|
||||||
|
|
||||||
# get myaac from git archive
|
# 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
|
# make required directories
|
||||||
mkdir -p releases
|
mkdir -p releases
|
||||||
@@ -60,4 +60,4 @@ if [ $1 = "pack" ]; then
|
|||||||
echo "Done. Released files can be found in 'releases' directory."
|
echo "Done. Released files can be found in 'releases' directory."
|
||||||
|
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user