Made get_dlls.py get dlls for wesnothd too
This commit is contained in:
parent
100045c00f
commit
9a1b4caa55
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import pefile, pathlib, shutil
|
|||
|
||||
dlls = set()
|
||||
dllpath = pathlib.Path('/windows/mingw64/bin')
|
||||
pe_modules = set([pefile.PE('wesnoth.exe')])
|
||||
pe_modules = set([pefile.PE('wesnoth.exe'), pefile.PE('wesnothd.exe')])
|
||||
|
||||
while pe_modules:
|
||||
pe = pe_modules.pop()
|
||||
|
|
Loading…
Add table
Reference in a new issue