mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-26 06:02:52 -04:00
Wine cvdump bugfix (#388)
This commit is contained in:
parent
a95bdcc4ad
commit
343715af23
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user