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).