mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
apply black lint tool's suggestions
This commit is contained in:
parent
6fc0e2c15f
commit
90a51a0004
1 changed files with 8 additions and 2 deletions
|
@ -21,7 +21,13 @@ setup(
|
|||
}
|
||||
},
|
||||
executables=[
|
||||
Executable("install/windows/dangerzone.py", base="Win32GUI", icon="share/dangerzone.ico"),
|
||||
Executable("install/windows/dangerzone-cli.py", base=None, icon="share/dangerzone.ico"),
|
||||
Executable(
|
||||
"install/windows/dangerzone.py",
|
||||
base="Win32GUI",
|
||||
icon="share/dangerzone.ico",
|
||||
),
|
||||
Executable(
|
||||
"install/windows/dangerzone-cli.py", base=None, icon="share/dangerzone.ico"
|
||||
),
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue