bg3: Track the dx11 executable
This commit is contained in:
parent
0998d0a655
commit
b9fc712534
@ -135,7 +135,7 @@ class BaldursGate3Game(ProtonGame):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def game_executable(self) -> Path:
|
def game_executable(self) -> Path:
|
||||||
return self.installation_path / "bin" / "bg3.exe"
|
return self.installation_path / "bin" / "bg3_dx11.exe"
|
||||||
|
|
||||||
def to_dict(self) -> dict[str, Any]:
|
def to_dict(self) -> dict[str, Any]:
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user