Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
F0bes committed Jan 3, 2025
1 parent a3663eb commit ccb0438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/linux/generate-metainfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit ccb0438

Please sign in to comment.