Remove tab
This commit is contained in:
parent
6c1e865d28
commit
f59913ab04
|
@ -247,7 +247,7 @@ for f in `ls -v *_${platform}.${EXT}`; do
|
|||
fi
|
||||
elif [ $PLATFORM = "ctr" ] ; then
|
||||
mv -f ../retroarch_3ds.cia ../pkg/${platform}/build/cia/${name}_libretro.cia
|
||||
mv -f ../retroarch_3ds.3dsx ../pkg/${platform}/build/3dsx/${name}_libretro.3dsx
|
||||
mv -f ../retroarch_3ds.3dsx ../pkg/${platform}/build/3dsx/${name}_libretro.3dsx
|
||||
mv -f ../retroarch_3ds.3ds ../pkg/${platform}/build/rom/${name}_libretro.3ds
|
||||
elif [ $PLATFORM = "unix" ] ; then
|
||||
mv -f ../retroarch ../pkg/${platform}/${name}_libretro.elf
|
||||
|
|
Loading…
Reference in New Issue