summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-07-11 14:11:42 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-07-11 14:13:34 +0200
commita8e96bc81d34c36436817a84e36c40c510bb07c8 (patch)
treeb91a6d537dc86868f085743ce4a80ba6ebf42aa2 /doc/contributing.asciidoc
parent4c2d69ccaf9f3abd47fe5b2c80b16ee5ab3ea92e (diff)
downloadqutebrowser-a8e96bc81d34c36436817a84e36c40c510bb07c8.tar.gz
qutebrowser-a8e96bc81d34c36436817a84e36c40c510bb07c8.zip
Update asciidoc path in release checklist
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 47ecfd9ff..fa69bf256 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -715,7 +715,7 @@ qutebrowser release
as closed.
* Linux: Run `git checkout v1.$x.$y && ./.venv/bin/python3 scripts/dev/build_release.py --upload v1.$x.$y`.
-* Windows: Run `git checkout v1.X.Y; py -3.6 scripts\dev\build_release.py --asciidoc C:\Python27\python C:\asciidoc-8.6.9\asciidoc.py --upload v1.X.Y` (replace X/Y by hand).
+* Windows: Run `git checkout v1.X.Y; py -3.6 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 `pyenv shell 3.6.6 && 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).