Mercurial > hg-stable
changeset 46356:e933e66153f3 stable
packaging: replace a documentation reference to `python3` on Windows
Sadly, there's not `python3.exe` on Windows.
Differential Revision: https://phab.mercurial-scm.org/D9937
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 31 Jan 2021 19:56:52 -0500 |
parents | 8deab876fb59 |
children | 38d76908c011 |
files | contrib/packaging/inno/readme.rst contrib/packaging/wix/readme.rst |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/packaging/inno/readme.rst Wed Jan 27 10:29:21 2021 -0800 +++ b/contrib/packaging/inno/readme.rst Sun Jan 31 19:56:52 2021 -0500 @@ -34,7 +34,7 @@ Next, invoke ``packaging.py`` to produce an Inno installer. You will need to supply the path to the Python interpreter to use.:: - $ python3.exe contrib\packaging\packaging.py \ + $ py -3 contrib\packaging\packaging.py \ inno --python c:\python27\python.exe .. note::
--- a/contrib/packaging/wix/readme.rst Wed Jan 27 10:29:21 2021 -0800 +++ b/contrib/packaging/wix/readme.rst Sun Jan 31 19:56:52 2021 -0500 @@ -40,7 +40,7 @@ Next, invoke ``packaging.py`` to produce an MSI installer. You will need to supply the path to the Python interpreter to use.:: - $ python3 contrib\packaging\packaging.py \ + $ py -3 contrib\packaging\packaging.py \ wix --python c:\python27\python.exe .. note::