update wine to 6.3

This commit is contained in:
Andrew Eikum
2021-03-03 12:18:05 -06:00
parent 7c91f57ec9
commit 8398ebded4
5 changed files with 6 additions and 11 deletions

3
proton
View File

@ -20,7 +20,7 @@ from filelock import FileLock
#To enable debug logging, copy "user_settings.sample.py" to "user_settings.py"
#and edit it if needed.
CURRENT_PREFIX_VERSION="5.13-1"
CURRENT_PREFIX_VERSION="6.3-1"
PFX="Proton: "
ld_path_var = "LD_LIBRARY_PATH"
@ -606,7 +606,6 @@ class Session:
self.dlloverrides = {
"steam.exe": "b", #always use our special built-in steam.exe
"dotnetfx35.exe": "b", #replace the broken installer, as does Windows
"mfplay": "n" #disable built-in mfplay
}
self.compat_config = set()