mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-11 02:45:03 -04:00
Add rebuild-cli.sh script
This commit is contained in:
parent
66e9feae51
commit
7bcfe6cad1
2 changed files with 15 additions and 10 deletions
9
desktop/scripts/rebuild-cli.sh
Executable file
9
desktop/scripts/rebuild-cli.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Build the CLI python wheel and copy it to the desktop folder
|
||||
|
||||
SCRIPTS_DIR="$( cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd )"
|
||||
cd $SCRIPTS_DIR
|
||||
cd ../../cli
|
||||
poetry build
|
||||
cp dist/*.whl ../desktop
|
Loading…
Add table
Add a link
Reference in a new issue