diff --git a/misc/requirements-flatpak.in b/misc/requirements-flatpak.in index 2dfe51d51..454a4f820 100644 --- a/misc/requirements-flatpak.in +++ b/misc/requirements-flatpak.in @@ -3,7 +3,7 @@ installer setuptools-scm requests < 3.0 QtAwesome -legendary-gl @ git+https://github.com/RareDevs/legendary@rare-1.12.0 +legendary-gl @ git+https://github.com/RareDevs/legendary@3f5a7b31c2f61fe6a63248cf7972c678c4684068 orjson -vdf @ git+https://github.com/solsticegamestudios/vdf@be1f7220238022f8b29fe747f0b643f280bfdb6e +vdf @ git+https://github.com/solsticegamestudios/vdf@f47c683c1330f0fcddec034fd49c26e41acd63f2 pypresence diff --git a/rare/utils/compat/steam.py b/rare/utils/compat/steam.py index df3353a8f..b0cddca53 100644 --- a/rare/utils/compat/steam.py +++ b/rare/utils/compat/steam.py @@ -408,7 +408,7 @@ def get_steam_environment( environ['STORE'] = 'egs' if tool.steam_path: environ['STEAM_COMPAT_CLIENT_INSTALL_PATH'] = tool.steam_path - environ['STEAM_COMPAT_LAUNCHER_SERVICE'] = tool.layer + environ['STEAM_COMPAT_LAUNCHER_SERVICE'] = '' if isinstance(tool, ProtonTool): environ['STEAM_COMPAT_LIBRARY_PATHS'] = tool.steam_library if tool.runtime is not None: