blob: 4e4fd01c5d4501d0b1153d503d58efaa208d29bb [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
####### this seems to screw something up
#./release/win32/Install.exe | tee -a $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/built/ | tee -a $ERL_TOP/build_installer_win32.txt