We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc92ff8 commit eefb780Copy full SHA for eefb780
bottles/backend/managers/manager.py
@@ -1310,7 +1310,7 @@ def process_bottle(bottle):
1310
if config.Parameters.dxvk_nvapi:
1311
NVAPIComponent.check_bottle_nvngx(real_path, config)
1312
1313
- for b in bottles:
+ for b in sorted(bottles):
1314
"""
1315
For each bottle add the path name to the `local_bottles` variable
1316
and append the config.
0 commit comments