Write rebuild-cli in python instead of bash to work in Windows, and make the dev script available in Windows

This commit is contained in:
Micah Lee 2020-11-29 13:57:53 -08:00
parent c904bb5b5f
commit c2940a307d
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 51 additions and 11 deletions

3
desktop/scripts/dev.bat Normal file
View file

@ -0,0 +1,3 @@
cd src
python -c "import onionshare; onionshare.main()" %*
cd ..