Merge pull request #9695 from Enyby/patch-2

Update copyrelease.sh
This commit is contained in:
Henrik Rydgård 2017-05-17 20:06:16 +02:00 committed by GitHub
commit 52f3d1d1fd

View File

@ -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