Changeset ff6b52


Ignore:
Timestamp:
09/13/2015 09:53:28 PM (10 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
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)
Message:

[Win32] Fix output exes in bbfreeze

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packaging/win32/deluge-bbfreeze.py

    r7532d4 rff6b52  
    8787
    8888# Hide cmd console popup for these console entries force gui_script True.
    89 force_gui = ["deluge-web", "deluged", "deluge-console"]
     89force_gui = ["deluge-web", "deluged"]
     90
     91for 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
    9095script_list = []
    9196for script in glob.glob(os.path.join(python_path, "Scripts\\deluge*-script.py*")):
Note: See TracChangeset for help on using the changeset viewer.