mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +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=[
|
executables=[
|
||||||
Executable("install/windows/dangerzone.py", base="Win32GUI", icon="share/dangerzone.ico"),
|
Executable(
|
||||||
Executable("install/windows/dangerzone-cli.py", base=None, icon="share/dangerzone.ico"),
|
"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