use the unified assets bundle

This commit is contained in:
fr500 2016-01-18 12:59:40 -05:00
parent 2e4cd86c36
commit c52690095a

View File

@ -1706,14 +1706,15 @@ EOF
cp -v retroarch.default.cfg windows/
cp -v *.exe tools/*.exe windows/
cp -rf media/overlays/* windows/overlays
cp -rf media/autoconfig/* windows/autoconfig
cp -rf media/assets/* windows/assets
cp -rf $RARCH_DIR/info/* windows/info
cp -rf audio/audio_filters/*.dll windows/filters/audio
cp -rf audio/audio_filters/*.dsp windows/filters/audio
cp -rf gfx/video_filters/*.dll windows/filters/video
cp -rf gfx/video_filters/*.filt windows/filters/video
cd windows
wget http://bot.libretro.com/assets/frontend/bundle.zip
unzip bundle.zip
rm bundle.zip
cd ..
$MAKE clean
V=1 $MAKE -j${JOBS} DEBUG=1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log