We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788744b commit 3ec6f55Copy full SHA for 3ec6f55
1 file changed
containers/sunshine/Dockerfile
@@ -192,7 +192,7 @@ apt install -y /app/steam-libs-i386.deb
192
apt install -y /app/steam.deb
193
194
# Patch steam launch script to prevent Desktop shortcut creation on first launch:
195
-# The file is redundant with launchbar shortcut but it on trusted by default on desktop and does not use Cloudy Pad launcher script
+# The file is redundant with launchbar shortcut but is on trusted by default on desktop and does not use Cloudy Pad launcher script
196
sed -i 's/if \[ ! -L "\$DESKTOP_DIR\/\$STEAMPACKAGE\.desktop" \]; then/if false; then # Patched by Cloudy Pad: prevent deskop shortcut creation/' /usr/lib/steam/bin_steam.sh
197
198
_STEAM
0 commit comments