summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-07-04 21:34:10 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-07-04 21:36:20 +0200
commit3cbe419cee5781e98f8b64739e232d90570367e2 (patch)
treef4c0c07618172ad7583aa823d91c6a6e36a53a1b
parent8f03a36862bdb0d288937de7ced3785c4d62df52 (diff)
downloadqutebrowser-3cbe419cee5781e98f8b64739e232d90570367e2.tar.gz
qutebrowser-3cbe419cee5781e98f8b64739e232d90570367e2.zip
Update Python version for Windows in release checklist
-rw-r--r--CONTRIBUTING.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc
index 5a7eafd77..2ac99804e 100644
--- a/CONTRIBUTING.asciidoc
+++ b/CONTRIBUTING.asciidoc
@@ -699,7 +699,7 @@ qutebrowser release
as closed.
* Linux: Run `python3 scripts/dev/build_release.py --upload v0.$x.$y`
-* Windows: Run `C:\Python34_x32\python scripts\dev\build_release.py --asciidoc C:\Python27\python C:\asciidoc-8.6.9\asciidoc.py --upload v0.X.Y` (replace X/Y by hand)
+* Windows: Run `C:\Python36-32\python scripts\dev\build_release.py --asciidoc C:\Python27\python C:\asciidoc-8.6.9\asciidoc.py --upload v0.X.Y` (replace X/Y by hand)
* OS X: Run `python3 scripts/dev/build_release.py --upload v0.X.Y` (replace X/Y by hand)
* On server: Run `python3 scripts/dev/download_release.py v0.X.Y` (replace X/Y by hand)
* Update `qutebrowser-git` PKGBUILD if dependencies/install changed