mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
Remove some additional DLLs
This commit is contained in:
parent
418037dd43
commit
1d243d5967
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ icon.CopyIcons(dst+"deluge-gtk.exe", icon_path)
|
||||||
icon.CopyIcons(dst+"deluge-console.exe", icon_path)
|
icon.CopyIcons(dst+"deluge-console.exe", icon_path)
|
||||||
|
|
||||||
# exclude files which are already included in GTK or Windows
|
# exclude files which are already included in GTK or Windows
|
||||||
excludeFiles = ("MSIMG32.dll", "MSVCR90.dll", "MSVCP90.dll", "POWRPROF.dll")
|
excludeFiles = ("MSIMG32.dll", "MSVCR90.dll", "MSVCP90.dll", "POWRPROF.dll", "DNSAPI.dll", "USP10.dll")
|
||||||
for file in excludeFiles:
|
for file in excludeFiles:
|
||||||
for filename in glob.glob(dst + file):
|
for filename in glob.glob(dst + file):
|
||||||
print "removing file:", filename
|
print "removing file:", filename
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue