Files
2025-08-07 13:15:31 +01: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