update 'virtualenv' call in release.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user