fix png location

This commit is contained in:
fr500 2016-11-07 16:25:51 -05:00
parent 8ed3fe0338
commit efd4872bb6

View File

@ -1586,7 +1586,7 @@ if [ "${PLATFORM}" == "wiiu" ] && [ "${RA}" == "YES" ]; then
rm *.a
cp -v $RARCH_DIST_DIR/*.a .
cp -v $RARCH_DIST_DIR/../info/*.info .
cp -v $RADIR/media/assets/pkg/wiiu/*.png .
cp -v ../media/assets/pkg/wiiu/*.png .
sh ./wiiu-cores.sh &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
if [ $? -eq 0 ];