mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Make sure libtorrent.pyd is included in bbfreeze
This commit is contained in:
parent
9f661caee8
commit
8f50687034
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ shutil.copy(python_path + "Scripts\deluge-script.py", python_path + "Scripts\del
|
|||
shutil.copy(python_path + "Scripts\deluged-script.py", python_path + "Scripts\deluged.py")
|
||||
|
||||
from bbfreeze import Freezer
|
||||
f = Freezer("..\\build-win32\\deluge-bbfreeze-" + build_version, includes=("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"))
|
||||
f.addScript(python_path + "Scripts\deluge.py", gui_only=False)
|
||||
f.addScript(python_path + "Scripts\deluged.py", gui_only=False)
|
||||
f() # starts the freezing process
|
||||
|
|
Loading…
Add table
Reference in a new issue