1
0
Fork 0
mirror of synced 2024-06-02 02:34:40 +12:00

WineResolver: Fix typo

This commit is contained in:
loathingKernel 2023-12-08 10:46:07 +02:00
parent 562c956634
commit 90f55287c0
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -84,7 +84,7 @@ class OriginWineWorker(QRunnable):
use_wine = False
if not use_wine:
# lk: this is the original way of gettijng the path by parsing "system.reg"
# lk: this is the original way of getting the path by parsing "system.reg"
wine_prefix = wine.prefix(self.core, rgame.app_name)
reg = self.__cache.get(wine_prefix, None) or wine.read_registry("system.reg", wine_prefix)
self.__cache[wine_prefix] = reg