mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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)
|
||||
|
||||
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
|
||||
else:
|
||||
gui_script = False
|
||||
|
|
Loading…
Add table
Reference in a new issue