mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
proton: Always use 'wine' instead of 'wine64'
This should fix a bunch of .NET launchers failing with c0000017.
This commit is contained in:
parent
79213d39af
commit
97db8b5d8d
@ -88,7 +88,7 @@ basedir = os.path.dirname(sys.argv[0])
|
|||||||
bindir = basedir + "/dist/bin/"
|
bindir = basedir + "/dist/bin/"
|
||||||
libdir = basedir + "/dist/lib"
|
libdir = basedir + "/dist/lib"
|
||||||
lib64dir = basedir + "/dist/lib64"
|
lib64dir = basedir + "/dist/lib64"
|
||||||
wine_path = bindir + "/wine64"
|
wine_path = bindir + "/wine"
|
||||||
|
|
||||||
#extract if needed
|
#extract if needed
|
||||||
dist_lock = FileLock(basedir + "/dist.lock", timeout=-1)
|
dist_lock = FileLock(basedir + "/dist.lock", timeout=-1)
|
||||||
|
Loading…
Reference in New Issue
Block a user