mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
New version tag
This commit is contained in:
parent
5d65aedd7a
commit
b408e79444
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue