/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Tools/buildbot/buildmsi.bat
11 строк
308 B
Steve Dower
gh-153511: Removes Tools/msi, Tools/nuget, and legacy py.exe launcher sources (GH-153512)
21 июл 2026, 00:25
Не верифицирован
21 июл 2026, 00:25
bd31583
Код
Авторство
О чём код?
@rem Used by the buildbot "buildmsi" step. setlocal pushd @rem The MSI project is gone, so instead we will just @rem build and then do a default layout. call "%~dp0..\..\PCbuild\build.bat" -e -k -v %* call "%~dp0..\..\python.exe" "%~dp0..\..\PC\layout" --preset-default -o "%~dp0..\..\PCbuild\output" popd