blob: 752e7f00fdbafe2ee158d44b4a0d680f3c954f26 [file] [log] [blame]
#!/bin/sh
./otp_build boot -a | tee $ERL_TOP/build_boot.txt
./otp_build release -a | tee $ERL_TOP/build_release.txt
./otp_build installer_win32 | tee $ERL_TOP/build_installer_win32.txt
mv --force $ERL_TOP/release/win32/otp_win32_R*.exe /relax/release/ | tee -a $ERL_TOP/build_installer_win32.txt