Show More
@@ -71,7 +71,7 b' Write-Output "updated Mercurial working ' | |||
|
71 | 71 | BUILD_INNO = r''' |
|
72 | 72 | Set-Location C:\hgdev\src |
|
73 | 73 | $python = "C:\hgdev\python27-{arch}\python.exe" |
|
74 | C:\hgdev\python37-x64\python.exe contrib\packaging\packaging.py inno --python $python | |
|
74 | C:\hgdev\python37-x64\python.exe contrib\packaging\packaging.py inno --python $python {extra_args} | |
|
75 | 75 | if ($LASTEXITCODE -ne 0) {{ |
|
76 | 76 | throw "process exited non-0: $LASTEXITCODE" |
|
77 | 77 | }} |
General Comments 0
You need to be logged in to leave comments.
Login now