mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
Add version tag placeholder to manifest
This commit is contained in:
parent
e527f85ca6
commit
70692c6519
|
@ -78,7 +78,7 @@ modules:
|
|||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
if [[ $VERSION == *"cooker"* ]];
|
||||
then
|
||||
VERSION="$VERSION[$(cat ./buildid)]"
|
||||
VERSION="$VERSION[VERSIONPLACEHOLDER]"
|
||||
fi
|
||||
echo $VERSION >> ${FLATPAK_DEST}/retrodeck/version
|
||||
cat ${FLATPAK_DEST}/retrodeck/version
|
||||
|
|
Loading…
Reference in a new issue