From ccb0438b70a0844c0ca346fbc7a304e56e8d0f01 Mon Sep 17 00:00:00 2001 From: Ty Lamontagne Date: Fri, 3 Jan 2025 12:36:50 -0500 Subject: [PATCH] ??? --- .github/workflows/scripts/linux/generate-metainfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/linux/generate-metainfo.sh b/.github/workflows/scripts/linux/generate-metainfo.sh index e3760e4b6cbfd..0ed4a984a3a25 100755 --- a/.github/workflows/scripts/linux/generate-metainfo.sh +++ b/.github/workflows/scripts/linux/generate-metainfo.sh @@ -30,7 +30,7 @@ echo "GIT_HASH: ${GIT_HASH}" cp "${SCRIPTDIR}"/pcsx2-qt.metainfo.xml.in "${OUTFILE}" -sed -i -e "s/@GIT_VERSION@/${GIT_VERSION}/" "${OUTFILE}" +sed -i -e "s/@GIT_VERSION@/v2.2.0/" "${OUTFILE}" sed -i -e "s/@GIT_DATE@/${GIT_DATE}/" "${OUTFILE}" sed -i -e "s/@GIT_HASH@/${GIT_HASH}/" "${OUTFILE}"