mirror of
https://github.com/libretro/libretro-super
synced 2025-02-24 12:41:06 +00:00
windows: add extra deployment step for Qt
This commit is contained in:
parent
97f54ec4db
commit
acbb99578c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user