ppsspp/copyrelease.sh
Enyby a1a325e8ad Update copyrelease.sh
Removed copy unexists dir (flash0 moved to assets).
2017-05-17 20:20:47 +03:00

14 lines
249 B
Bash

TARGETDIR=$1
VERSION=$2
TARGETPATH=$1/$2
echo "Copying to $TARGETPATH"
mkdir -p $TARGETPATH
cp PPSSPPWindows.exe $TARGETPATH/
cp PPSSPPWindows64.exe $TARGETPATH/
cp -r assets $TARGETPATH/
cp README.md $TARGETPATH/
rm $TARGETPATH/assets/lang/.git