Skip to content

Commit

Permalink
disable winebridge fallback download
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Apr 16, 2022
1 parent c7f8d30 commit be60cbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/managers/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,12 @@ def organize_components(self):
self.supported_latencyflex = catalog["latencyflex"]

# handle winebridge updates
'''
TODO: retiring winebridge support for now
if len(self.winebridge_available) == 0 \
or self.winebridge_available[0] != next(iter(self.supported_winebridge)):
self.check_winebridge(install_latest=True, update=True)
'''

def organize_dependencies(self):
"""Organizes dependencies into supported_dependencies."""
Expand Down

0 comments on commit be60cbb

Please sign in to comment.