Changeset ff6b52
- Timestamp:
- 09/13/2015 09:53:28 PM (10 years ago)
- Branches:
- 2.0.x, develop, master
- Children:
- 7fccfa
- Parents:
- 7532d4
- git-author:
- Calum Lind <calumlind+deluge@gmail.com> (09/13/2015 09:47:31 PM)
- git-committer:
- Calum Lind <calumlind+deluge@gmail.com> (09/13/2015 09:53:28 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/win32/deluge-bbfreeze.py
r7532d4 rff6b52 87 87 88 88 # Hide cmd console popup for these console entries force gui_script True. 89 force_gui = ["deluge-web", "deluged", "deluge-console"] 89 force_gui = ["deluge-web", "deluged"] 90 91 for force_script in force_gui: 92 script_path = os.path.join(python_path, "Scripts", force_script + "-script.py") 93 shutil.copy(script_path, script_path.replace("script", "debug-script")) 94 90 95 script_list = [] 91 96 for script in glob.glob(os.path.join(python_path, "Scripts\\deluge*-script.py*")):
Note:
See TracChangeset
for help on using the changeset viewer.