Fixed cooker version [skip ci]

This commit is contained in:
XargonWan 2022-10-26 15:14:36 +02:00
parent 7a941e469f
commit 4ebd2cea11

View file

@ -76,7 +76,7 @@ modules:
- |
git checkout ${GITHUB_REF_NAME}
mkdir -p ${FLATPAK_DEST}/retrodeck/
VERSION="0.5.3b"
VERSION="cooker-0.5.3b"
if [[ $VERSION == *"cooker"* ]];
then
VERSION="cooker-"$(git rev-parse --short HEAD)