mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-01-20 13:51:10 +01:00
Add files via upload
This commit is contained in:
parent
a7de732b02
commit
2c579109e7
@ -569,7 +569,7 @@ def extract_base_path(launchoptions):
|
|||||||
return match.group(1)
|
return match.group(1)
|
||||||
raise ValueError("STEAM_COMPAT_DATA_PATH not found in launch options")
|
raise ValueError("STEAM_COMPAT_DATA_PATH not found in launch options")
|
||||||
|
|
||||||
def modify_shortcut_for_umu(appname, exe, launchoptions, startingdir, logged_in_home, compat_tool_name):
|
def modify_shortcut_for_umu(appname, exe, launchoptions, startingdir):
|
||||||
# Skip processing if STEAM_COMPAT_DATA_PATH is not present
|
# Skip processing if STEAM_COMPAT_DATA_PATH is not present
|
||||||
if 'STEAM_COMPAT_DATA_PATH=' not in launchoptions:
|
if 'STEAM_COMPAT_DATA_PATH=' not in launchoptions:
|
||||||
print(f"Launch options for {appname} do not contain STEAM_COMPAT_DATA_PATH. Skipping modification.")
|
print(f"Launch options for {appname} do not contain STEAM_COMPAT_DATA_PATH. Skipping modification.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user