update 'virtualenv' call in release.sh

This commit is contained in:
Mike Fährmann
2022-10-15 21:08:24 +02:00
parent b6682f3a2e
commit 51e3b380ac
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.23.3"
__version__ = "1.24.0-dev"

View File

@@ -57,7 +57,7 @@ build-linux() {
VENV_PYTHON="${VENV_PATH}/bin/python"
rm -rf "${VENV_PATH}"
virtualenv "${VENV_PATH}"
python -m virtualenv "${VENV_PATH}"
$VENV_PYTHON -m pip install requests requests[socks] yt-dlp pyinstaller
$VENV_PYTHON ./scripts/pyinstaller.py