mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
[Packaging] Fix typo in bbfreeze
This commit is contained in:
parent
df3a3c77eb
commit
4b3684bc5d
@ -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…
x
Reference in New Issue
Block a user