Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Oct 17, 2024
1 parent e1c5309 commit 216312a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/scripts/x86_64-Linux/pkgs/steam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ if [ "${SKIP_BUILD}" == "NO" ]; then
"${FIMG_BASE}" fim-commit
#Copy
rsync -achLv "${FIMG_BASE}" "${BINDIR}/${PKG_NAME}"
#Version
if [[ -f "${BINDIR}/${PKG_NAME}" ]] && [[ $(stat -c%s "${BINDIR}/${PKG_NAME}") -gt 1024 ]]; then
PKG_VERSION="$(echo ${RELEASE_TAG})" && export PKG_VERSION="${PKG_VERSION}"
echo "${PKG_VERSION}" > "${BINDIR}/${PKG_NAME}.version"
fi
#End
rm -rf "$(realpath .)" && popd >/dev/null 2>&1
fi
#Info
Expand Down

0 comments on commit 216312a

Please sign in to comment.