From 7fdf1641203f40ba56984fff3c174096487b28df Mon Sep 17 00:00:00 2001 From: GeoffreyCoulaud Date: Sun, 21 May 2023 00:56:34 +0200 Subject: [PATCH] Changes to Steam Windows source --- src/importer/sources/steam_source.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/importer/sources/steam_source.py b/src/importer/sources/steam_source.py index ed7edaf..baeacac 100644 --- a/src/importer/sources/steam_source.py +++ b/src/importer/sources/steam_source.py @@ -156,9 +156,11 @@ class SteamFlatpakSource(SteamSource): class SteamWindowsSource(SteamSource): variant = "windows" + executable_format = "start steam://rungameid/{game_id}" @property @replaced_by_schema_key("steam-windows-location") @replaced_by_env_path("programfiles(x86)", "Steam") + @replaced_by_path("C:\\Program Files (x86)\\Steam") def location(self): raise FileNotFoundError()