Files
INTUIA/Programa final/Python-3.10.15/Tools/buildbot/buildmsi.bat
T
2026-03-15 13:27:50 +00:00

9 lines
134 B
Batchfile

@rem Used by the buildbot "buildmsi" step.
setlocal
pushd
@rem build both snapshot MSIs
call "%~dp0..\msi\build.bat" -x86 -x64
popd