Win32: call proper script when building tags from git

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22318 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2012-08-16 10:05:13 +00:00
parent f19c9ab34f
commit 78cc7fba95

View File

@ -104,6 +104,6 @@ for tag_rev in $tags ; do
# Now build the tag! (this will upload it too)
# Use the build_package script from trunk (cwd), not from the tag
qpushd ${w32pkg}
${pkgdir}/build_package.sh ${tag}
${pkgdir}/build_package_git.sh ${tag}
qpopd
done