Start implementing cx_Freeze

This commit is contained in:
Micah Lee 2021-12-21 14:16:10 -08:00
parent 008426e67f
commit 12de3166b7
5 changed files with 133 additions and 28 deletions

View file

@ -0,0 +1,3 @@
import onionshare_cli
onionshare_cli.main()