mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-21 04:18:25 -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
bbd5d6147b
commit
c2a8c7d75a
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