mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix linux builds
This commit is contained in:
parent
3c0dc74407
commit
0d6ba2264b
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -47,7 +47,8 @@ setuptools.setup(
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"dangerzone = dangerzone:main",
|
"dangerzone = dangerzone:main",
|
||||||
"dangerzone-container = dangerzone:container_main",
|
"dangerzone-container = dangerzone:main",
|
||||||
|
"dangerzone-cli = dangerzone:main",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue