Windows: Fix build
data is now a str
This commit is contained in:
parent
7f1dfe5a8c
commit
77d64267c7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def get_dependencies(filename):
|
|||
except Exception as error:
|
||||
print(error)
|
||||
return deps
|
||||
data = data.decode("utf-8")
|
||||
|
||||
for line in data.splitlines():
|
||||
line = line.strip()
|
||||
if line.startswith("DLL Name:"):
|
||||
|
|
Loading…
Add table
Reference in a new issue