mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
PSP: Copy the extracted keyboard files instead of kbd.zip
This commit is contained in:
parent
6360c7eb31
commit
cf1d0354fe
@ -12,6 +12,8 @@ make -j4
|
||||
VERSION=`make print-distversion`
|
||||
DISTS=`make print-dists`
|
||||
mkdir scummvm-$VERSION
|
||||
cp -r $DISTS EBOOT.PBP plugins backends/platform/psp/kbd.zip scummvm-$VERSION
|
||||
cp -r $DISTS EBOOT.PBP plugins scummvm-$VERSION
|
||||
mkdir scummvm-$VERSION/kbd
|
||||
cp -r backends/platform/psp/kbd/*.png scummvm-$VERSION/kbd
|
||||
zip -r9 scummvm-$VERSION-psp.zip scummvm-$VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user