added 64bit versions of wine/proton to the 32bit prefix

This commit is contained in:
Sergey Palcheh
2025-09-02 09:50:27 +06:00
parent eeb94523b3
commit aeae544640
2 changed files with 3 additions and 6 deletions

View File

@@ -1141,9 +1141,8 @@ class WineVersionSelectionDialog(QDialog):
if is_win64:
if re_64bit.search(name) or not re_32bit.search(name):
filtered_versions.append(name)
else: # win32
if re_32bit.search(name):
filtered_versions.append(name)
else:
filtered_versions.append(name)
if not filtered_versions:
continue