windows: add extra deployment step for Qt

This commit is contained in:
Brad Parker 2018-04-30 22:10:44 -07:00
parent 97f54ec4db
commit acbb99578c

View file

@ -1051,6 +1051,8 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
cp -v *.dll windows/
cp -v retroarch.exe windows/retroarch_debug.exe
(cd windows && windeployqt --release --no-patchqt --no-translations retroarch.exe)
status=$?
ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
buildbot_handle_message "$status" "$ENTRY_ID" "retroarch" "$jobid" "$ERROR"