Start implementing cx_Freeze

This commit is contained in:
Micah Lee 2021-12-21 14:16:10 -08:00
parent f4fb212dbc
commit f0d40beb77
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 133 additions and 28 deletions

View file

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