Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions misc/requirements-flatpak.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion rare/utils/compat/steam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading