mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Update copyrelease.sh
Removed copy unexists dir (flash0 moved to assets).
This commit is contained in:
+4
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user