summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2012-04-09 18:51:55 -0700
committerAndrew Resch <andrewresch@gmail.com>2012-04-09 18:51:55 -0700
commit1d243d59677279ca3ecb75a7a847633369002475 (patch)
tree4c35c42b86be81dc78ec85f47f7fb86a38ba2356
parent418037dd43894536c9354efbe13793aa437d2776 (diff)
downloaddeluge-1d243d59677279ca3ecb75a7a847633369002475.tar.gz
deluge-1d243d59677279ca3ecb75a7a847633369002475.tar.bz2
deluge-1d243d59677279ca3ecb75a7a847633369002475.zip
Remove some additional DLLs
-rw-r--r--win32/deluge-bbfreeze.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/deluge-bbfreeze.py b/win32/deluge-bbfreeze.py
index 59aaf5bab..cb5324ee7 100644
--- a/win32/deluge-bbfreeze.py
+++ b/win32/deluge-bbfreeze.py
@@ -38,7 +38,7 @@ icon.CopyIcons(dst+"deluge-gtk.exe", icon_path)
icon.CopyIcons(dst+"deluge-console.exe", icon_path)
# 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 filename in glob.glob(dst + file):
print "removing file:", filename