mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Update bbfreeze script to include wsgiref.handlers so that blocklist plugin will work
This commit is contained in:
parent
3d821fb80b
commit
571b8a84af
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
build_version = "1.2.0_rc4"
|
||||
build_version = "1.2.0_rc5"
|
||||
python_path = "C:\\Python26\\"
|
||||
|
||||
import shutil
|
||||
|
@ -10,7 +10,7 @@ shutil.copy(python_path + "Scripts\deluge-console-script.py", python_path + "Scr
|
|||
|
||||
|
||||
from bbfreeze import Freezer
|
||||
f = Freezer("..\\build-win32\\deluge-bbfreeze-" + build_version, includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", "pangocairo", "atk", "pango"))
|
||||
f = Freezer("..\\build-win32\\deluge-bbfreeze-" + build_version, includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", "pangocairo", "atk", "pango", "wsgiref.handlers"))
|
||||
f.addScript(python_path + "Scripts\deluge.py", gui_only=False)
|
||||
f.addScript(python_path + "Scripts\deluged.py", gui_only=False)
|
||||
f.addScript(python_path + "Scripts\deluge-web.py", gui_only=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue