mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-05-30 15:27:40 +03:00
proton: Add a missing comma.
The missing comma causes what is supposed to be two separate tuple entries: '/lib/wine/x86_64-windows' '/lib/wine', to be concatenated into one: '/lib/wine/x86_64-windows/lib/wine', Fixes: cc6cd89eac00 ("proton: Install DLLs and libraries to arch specific directories.")
This commit is contained in:
parent
7001ed626e
commit
6c22fac9f3
2
proton
2
proton
@ -85,7 +85,7 @@ def file_is_wine_builtin_dll(path):
|
|||||||
'/lib/wine/i386-unix',
|
'/lib/wine/i386-unix',
|
||||||
'/lib/wine/i386-windows',
|
'/lib/wine/i386-windows',
|
||||||
'/lib/wine/x86_64-unix',
|
'/lib/wine/x86_64-unix',
|
||||||
'/lib/wine/x86_64-windows'
|
'/lib/wine/x86_64-windows',
|
||||||
# old paths
|
# old paths
|
||||||
'/lib/wine',
|
'/lib/wine',
|
||||||
'/lib/wine/fakedlls',
|
'/lib/wine/fakedlls',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user