mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-02 10:15:11 +00:00
blah
This commit is contained in:
parent
64315a329d
commit
a14414eb2f
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -16,9 +16,9 @@ if [ -d "$VENV" ]; then
|
||||||
rm -rf "$VENV"
|
rm -rf "$VENV"
|
||||||
fi
|
fi
|
||||||
virtualenv "$VENV"
|
virtualenv "$VENV"
|
||||||
set +e
|
set +u
|
||||||
source "$VENV/bin/activate"
|
source "$VENV/bin/activate"
|
||||||
set -e
|
set -u
|
||||||
|
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Reference in a new issue