mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
[Packaging] Fix typo in bbfreeze
This commit is contained in:
parent
9662ccf486
commit
84aca3c009
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ for script in glob.glob(python_path + "Scripts\\deluge*-script.py*"):
|
||||||
shutil.copy(script, new_script)
|
shutil.copy(script, new_script)
|
||||||
|
|
||||||
script_splitext = os.path.splitext(os.path.basename(new_script))
|
script_splitext = os.path.splitext(os.path.basename(new_script))
|
||||||
if script_splitext[1] == "pyw" or script_splitext[0] in force_gui:
|
if script_splitext[1] == ".pyw" or script_splitext[0] in force_gui:
|
||||||
gui_script = True
|
gui_script = True
|
||||||
else:
|
else:
|
||||||
gui_script = False
|
gui_script = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue