Update appimage.sh

main
qurious-pixel 2020-12-29 12:58:52 -08:00 committed by GitHub
parent fe2613b4c9
commit 38a6f2d901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ mv /tmp/update/* $HOME/squashfs-root/usr/lib/
mkdir $HOME/artifacts/
mkdir -p /yuzu/artifacts/version
mv yuzu-x86_64.AppImage* /yuzu/artifacts
version=$(echo $title | cut -d " " -f 2)
version=$(cat /yuzu/README.md | grep 'early-access [[:digit:]]*' | cut -c 14-17)
cp /yuzu/artifacts/yuzu-x86_64.AppImage /yuzu/artifacts/version/Yuzu-EA-$version.AppImage
cp -R $HOME/artifacts/ /yuzu/
cp "$BUILDBIN"/yuzu /yuzu/artifacts