Skip to content

Commit

Permalink
Fix linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
micahflee committed Jun 17, 2021
1 parent 3c0dc74 commit 0d6ba22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def file_list(path):
entry_points={
"console_scripts": [
"dangerzone = dangerzone:main",
"dangerzone-container = dangerzone:container_main",
"dangerzone-container = dangerzone:main",
"dangerzone-cli = dangerzone:main",
]
},
)

0 comments on commit 0d6ba22

Please sign in to comment.