contrib/packaging/inno/readme.rst
changeset 42607 8f7c3f43e3ac
parent 41854 7a1433e90482
child 43513 081a77df7bc6
equal deleted inserted replaced
42606:97b03f0e7c7b 42607:8f7c3f43e3ac
    30 
    30 
    31 From the prompt, change to the Mercurial source directory. e.g.
    31 From the prompt, change to the Mercurial source directory. e.g.
    32 ``cd c:\src\hg``.
    32 ``cd c:\src\hg``.
    33 
    33 
    34 Next, invoke ``build.py`` to produce an Inno installer. You will
    34 Next, invoke ``build.py`` to produce an Inno installer. You will
    35 need to supply the path to the Python interpreter to use.:
    35 need to supply the path to the Python interpreter to use.::
    36 
    36 
    37    $ python3.exe contrib\packaging\inno\build.py \
    37    $ python3.exe contrib\packaging\inno\build.py \
    38        --python c:\python27\python.exe
    38        --python c:\python27\python.exe
    39 
    39 
    40 .. note::
    40 .. note::