Module: deluge
Branch: 1.3-stable
Commit: b0ceae8d2883b407f266dc7f18be7e15511bf173

Author: Andrew Resch <[email protected]>
Date:   Sun Oct 31 10:50:51 2010 -0700

Fix copying scripts

---

 win32/deluge-bbfreeze.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/win32/deluge-bbfreeze.py b/win32/deluge-bbfreeze.py
index f9687d8..5abd237 100644
--- a/win32/deluge-bbfreeze.py
+++ b/win32/deluge-bbfreeze.py
@@ -3,11 +3,11 @@ python_path = "C:\\Python26\\"
 
 import os, glob
 import shutil
-shutil.copy(python_path + "Scripts\deluge-script.py", python_path + 
"Scripts\deluge.py")
-shutil.copy(python_path + "Scripts\deluge-script.py", python_path + 
"Scripts\deluge-debug.py")
+shutil.copy(python_path + "Scripts\deluge-script.pyw", python_path + 
"Scripts\deluge.py")
+shutil.copy(python_path + "Scripts\deluge-script.pyw", python_path + 
"Scripts\deluge-debug.py")
 shutil.copy(python_path + "Scripts\deluged-script.py", python_path + 
"Scripts\deluged.py")
 shutil.copy(python_path + "Scripts\deluge-web-script.py", python_path + 
"Scripts\deluge-web.py")
-shutil.copy(python_path + "Scripts\deluge-gtk-script.py", python_path + 
"Scripts\deluge-gtk.py")
+shutil.copy(python_path + "Scripts\deluge-gtk-script.pyw", python_path + 
"Scripts\deluge-gtk.py")
 shutil.copy(python_path + "Scripts\deluge-console-script.py", python_path + 
"Scripts\deluge-console.py")
 
 includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", 
"pangocairo", "atk", "pango", "wsgiref.handlers", "twisted.internet.utils", 
"gio", "gtk.glade")

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to