mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Wine cvdump bugfix (#388)
This commit is contained in:
@@ -56,7 +56,7 @@ class Cvdump:
|
||||
if os_name == "nt":
|
||||
return [cvdump_exe, *flags, self._pdb]
|
||||
|
||||
return ["wine", *flags, cvdump_exe, winepath_unix_to_win(self._pdb)]
|
||||
return ["wine", cvdump_exe, *flags, winepath_unix_to_win(self._pdb)]
|
||||
|
||||
def run(self) -> CvdumpParser:
|
||||
p = CvdumpParser()
|
||||
|
Reference in New Issue
Block a user