Update bbfreeze script to include wsgiref.handlers so that blocklist plugin will work
This commit is contained in:
parent
3d821fb80b
commit
571b8a84af
@ -1,4 +1,4 @@
|
|||||||
build_version = "1.2.0_rc4"
|
build_version = "1.2.0_rc5"
|
||||||
python_path = "C:\\Python26\\"
|
python_path = "C:\\Python26\\"
|
||||||
|
|
||||||
import shutil
|
import shutil
|
||||||
@ -10,7 +10,7 @@ shutil.copy(python_path + "Scripts\deluge-console-script.py", python_path + "Scr
|
|||||||
|
|
||||||
|
|
||||||
from bbfreeze import Freezer
|
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\deluge.py", gui_only=False)
|
||||||
f.addScript(python_path + "Scripts\deluged.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)
|
f.addScript(python_path + "Scripts\deluge-web.py", gui_only=False)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user