contrib/packaging/inno/readme.rst
branchstable
changeset 46450 e933e66153f3
parent 43513 081a77df7bc6
child 49080 b44678aeb460
equal deleted inserted replaced
46415:8deab876fb59 46450:e933e66153f3
    32 ``cd c:\src\hg``.
    32 ``cd c:\src\hg``.
    33 
    33 
    34 Next, invoke ``packaging.py`` to produce an Inno installer. You will
    34 Next, invoke ``packaging.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\packaging.py \
    37    $ py -3 contrib\packaging\packaging.py \
    38        inno --python c:\python27\python.exe
    38        inno --python c:\python27\python.exe
    39 
    39 
    40 .. note::
    40 .. note::
    41 
    41 
    42    The script validates that the Visual C++ environment is
    42    The script validates that the Visual C++ environment is