mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-17 19:37:46 +02:00
Release v0.6.0
This commit is contained in:
@@ -136,7 +136,7 @@ class WineUtilsProtonMixin:
|
||||
if fallback_path != 'auto':
|
||||
fallback_wine_bin = Path(fallback_path) / "files/bin/wine"
|
||||
if fallback_wine_bin.is_file():
|
||||
logger.warning(f"Requested Proton version '{proton_version}' not found. Falling back to user's configured version.")
|
||||
logger.info(f"Requested Proton version '{proton_version}' not found. Falling back to user's configured version.")
|
||||
return str(fallback_wine_bin)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user