update links to standalone executables in README.rst

This commit is contained in:
Mike Fährmann
2019-11-26 12:05:31 +01:00
parent b28bd1c73e
commit d4d8c1c01f
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ update() {
echo Updating version to ${NEWVERSION}
sed -i "s#\"${PYVERSION}\"#\"${NEWVERSION}\"#" "gallery_dl/version.py"
sed -i "s#v${OLDVERSION}#v${NEWVERSION}#" "${README}"
sed -i "s#v[0-9]\.[0-9]\+\.[0-9]\+#v${NEWVERSION}#" "${README}"
make man
}