Staging
v0.5.1
Revision 0a3297d7d4e042d8fbb884a029f0ef7ad8b00e46 authored by Benjamin Peterson on 29 May 2015, 23:44:45 UTC, committed by Benjamin Peterson on 29 May 2015, 23:44:45 UTC
1 parent e20056c
Raw File
buildmsi.bat
@rem Used by the buildbot "buildmsi" step.
setlocal

pushd

@rem build both snapshot MSIs
call "%~dp0..\msi\build.bat" -x86 -x64

popd
back to top