Snapcraft: New strategy for snap

This commit is contained in:
Micah Lee 2022-10-09 07:20:25 -07:00
parent 1d59695189
commit 3ac2053804
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 27 additions and 31 deletions

View file

@ -47,6 +47,7 @@ setuptools.setup(
entry_points={
"console_scripts": [
"onionshare = onionshare:main",
"onionshare-cli = onionshare_cli:main",
],
},
)