merge to build AppImages #1

Merged
qurious-pixel merged 25 commits from main into main 2020-12-30 19:14:53 +01:00
Showing only changes of commit 99862095b2 - Show all commits

View file

@ -2,7 +2,7 @@
BRANCH=`echo ${GITHUB_REF##*/}`
ver=$(cat /yuzu/README.md | grep 'early-access [[:digit:]]*' | cut -c 14-17)
ver=$(cat /yuzu/README.md | grep -o 'early-access [[:digit:]]*' | cut -c 14-17)
title="yuzu Early Access $ver"