We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ead8f3 commit 32e5eadCopy full SHA for 32e5ead
scripts/make-tarball.sh
@@ -4,7 +4,7 @@
4
#
5
# Tim Sutton, October 2011
6
7
-TAG_OR_BRANCH="master"
+TAG_OR_BRANCH="release-1_7_2"
8
VERSION="1.7.2"
9
10
git archive --format=tar --prefix=qgis-${VERSION}/ ${TAG_OR_BRANCH=} | \
0 commit comments