Merge branch 'develop' of https://github.com/a1346054/onionshare into a1346054-develop

This commit is contained in:
Micah Lee 2021-12-04 20:34:07 -08:00
commit 16c6a9f89d
21 changed files with 41 additions and 41 deletions

View file

@ -2,8 +2,8 @@
# Run OnionShare desktop, allowing you to use command-line arguments
SCRIPTS_DIR="$( cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd )"
cd $SCRIPTS_DIR
SCRIPTS_DIR=$( cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd )
cd "$SCRIPTS_DIR"
cd ../src
python -c "import onionshare; onionshare.main()" $@
python -c "import onionshare; onionshare.main()" $@