summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-02-25 15:00:27 +0100
committerFlorian Bruhin <me@the-compiler.org>2019-02-25 15:00:27 +0100
commit681178ce8ce98846bb436774ffb30b55bedda4c4 (patch)
tree3b5917fefe85b5d371ab8ad815ac0425c2897b30 /doc/contributing.asciidoc
parent32f8349fbb1783930bac1734c47bb8c9467e29a5 (diff)
downloadqutebrowser-681178ce8ce98846bb436774ffb30b55bedda4c4.tar.gz
qutebrowser-681178ce8ce98846bb436774ffb30b55bedda4c4.zip
Fix download_release command
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index a9e266a1d..aa982a2b4 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -724,7 +724,7 @@ as closed.
* Windows: Run `git checkout v1.X.Y; py -3 scripts\dev\build_release.py --asciidoc C:\Python27\python %userprofile%\bin\asciidoc-8.6.10\asciidoc.py --upload v1.X.Y` (replace X/Y by hand).
* macOS: Run `git checkout v1.X.Y && python3 scripts/dev/build_release.py --upload v1.X.Y` (replace X/Y by hand).
* On server:
- - Run `python3 scripts/dev/download_release.py v1.X.Y` (replace X/Y by hand).
+ - Run `bash download_release.sh 1.X.Y` (replace X/Y by hand).
- Run `git pull github master && sudo python3 scripts/asciidoc2html.py --website /srv/http/qutebrowser`
* Update `qutebrowser-git` PKGBUILD if dependencies/install changed.
* Announce to qutebrowser and qutebrowser-announce mailinglist.