mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
Update copyrelease.sh
Removed copy unexists dir (flash0 moved to assets).
This commit is contained in:
parent
661d8f8a2a
commit
a1a325e8ad
@ -6,9 +6,8 @@ TARGETPATH=$1/$2
|
|||||||
echo "Copying to $TARGETPATH"
|
echo "Copying to $TARGETPATH"
|
||||||
|
|
||||||
mkdir -p $TARGETPATH
|
mkdir -p $TARGETPATH
|
||||||
cp PPSSPPWindows.exe $TARGETPATH
|
cp PPSSPPWindows.exe $TARGETPATH/
|
||||||
cp PPSSPPWindows64.exe $TARGETPATH
|
cp PPSSPPWindows64.exe $TARGETPATH/
|
||||||
cp -r assets $TARGETPATH
|
cp -r assets $TARGETPATH/
|
||||||
cp -r flash0 $TARGETPATH
|
cp README.md $TARGETPATH/
|
||||||
cp README.md $TARGETPATH
|
|
||||||
rm $TARGETPATH/assets/lang/.git
|
rm $TARGETPATH/assets/lang/.git
|
||||||
|
Loading…
Reference in New Issue
Block a user