mirror of
https://github.com/libretro/libretro-super
synced 2025-01-30 06:32:45 +00:00
use the unified assets bundle
This commit is contained in:
parent
2e4cd86c36
commit
c52690095a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user