mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-06 05:14:13 -04:00
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:
parent
c904bb5b5f
commit
c2940a307d
4 changed files with 51 additions and 11 deletions
3
desktop/scripts/dev.bat
Normal file
3
desktop/scripts/dev.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
cd src
|
||||
python -c "import onionshare; onionshare.main()" %*
|
||||
cd ..
|
Loading…
Add table
Add a link
Reference in a new issue