mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Fix dist-cores.sh for dos
This commit is contained in:
parent
05500c6c39
commit
6d184abf84
@ -307,7 +307,8 @@ for f in `ls -v *_${platform}.${EXT}`; do
|
||||
elif [ $PLATFORM = "wii" ] ; then
|
||||
mv -f ../retroarch_${platform}.dol ../pkg/${platform}/${name}_libretro_${platform}.dol
|
||||
elif [ $PLATFORM = "dos" ] ; then
|
||||
mv -f ../retroarch_${platform}.exe ../pkg/${platform}/${name}_libretro_${platform}.exe
|
||||
mkdir -p ../pkg/${platform}
|
||||
mv -f ../retrodos.exe ../pkg/${platform}/${name}_libretro_${platform}.exe
|
||||
elif [ $PLATFORM = "emscripten" ] ; then
|
||||
mkdir -p ../pkg/emscripten/
|
||||
mv -f ../${name}_libretro.js ../pkg/emscripten/${name}_libretro.js
|
||||
|
Loading…
Reference in New Issue
Block a user