New version tag

This commit is contained in:
XargonWan 2022-11-22 13:21:26 +00:00
parent 5d65aedd7a
commit b408e79444

View file

@ -81,7 +81,7 @@ modules:
VERSION="0.6.0b-cooker"
if [[ $VERSION == *"cooker"* ]];
then
VERSION="cooker-"$(git rev-parse --short HEAD)
VERSION="$VERSION-[$(git rev-parse --short HEAD)]"
fi
echo $VERSION >> ${FLATPAK_DEST}/retrodeck/version
cat ${FLATPAK_DEST}/retrodeck/version