убрал лишнее

This commit is contained in:
Alex Smith 2024-11-03 00:45:38 +05:00
parent b2d45735c9
commit f51692c885

@ -78,10 +78,7 @@ if [[ "$DOWNLOAD_STEAM_GRID" == "1" ]] ; then
fi fi
echo "#!/usr/bin/env bash" > "${NOSTSHPATH}" echo "#!/usr/bin/env bash" > "${NOSTSHPATH}"
echo "# AppName=\""${AppName}\""" >> "${NOSTSHPATH}"
echo "# AppId=${AppId}" >> "${NOSTSHPATH}" echo "# AppId=${AppId}" >> "${NOSTSHPATH}"
echo "# SteamAppId=${SteamAppId:-0}" >> "${NOSTSHPATH}"
echo "# SteamGridDBId=${SteamGridDBId:-0}" >> "${NOSTSHPATH}"
echo "export START_FROM_STEAM=1" >> "${NOSTSHPATH}" echo "export START_FROM_STEAM=1" >> "${NOSTSHPATH}"
echo "export LD_PRELOAD=" >> "${NOSTSHPATH}" echo "export LD_PRELOAD=" >> "${NOSTSHPATH}"
if check_flatpak if check_flatpak