Skip to content

Commit

Permalink
umu_runtime: add new line in shim
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Nov 14, 2024
1 parent 13e25f1 commit cb01ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions umu/umu_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def create_shim(file_path: Path | None = None):
# Define the content of the shell script
script_content = (
"#!/bin/sh\n"
"\n"
'if [ "${XDG_CURRENT_DESKTOP}" = "gamescope" ] || [ "${XDG_SESSION_DESKTOP}" = "gamescope" ]; then\n'
" # Check if STEAM_MULTIPLE_XWAYLANDS is set to 1\n"
' if [ "${STEAM_MULTIPLE_XWAYLANDS}" = "1" ]; then\n'
Expand Down

0 comments on commit cb01ec2

Please sign in to comment.