mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-24 10:53:11 +00:00
commit
52f3d1d1fd
@ -6,9 +6,8 @@ TARGETPATH=$1/$2
|
||||
echo "Copying to $TARGETPATH"
|
||||
|
||||
mkdir -p $TARGETPATH
|
||||
cp PPSSPPWindows.exe $TARGETPATH
|
||||
cp PPSSPPWindows64.exe $TARGETPATH
|
||||
cp -r assets $TARGETPATH
|
||||
cp -r flash0 $TARGETPATH
|
||||
cp README.md $TARGETPATH
|
||||
cp PPSSPPWindows.exe $TARGETPATH/
|
||||
cp PPSSPPWindows64.exe $TARGETPATH/
|
||||
cp -r assets $TARGETPATH/
|
||||
cp README.md $TARGETPATH/
|
||||
rm $TARGETPATH/assets/lang/.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user