Build [v1.10.16]

This commit is contained in:
2026-04-18 16:20:49 +00:00
parent 78cb350bd9
commit 600b6c8a76
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.10.15",
"version": "1.10.16",
"last_build": "2026-04-18-1620",
"codename": "AuditFixed",
"commit": "8321e7c4"
"commit": "78cb350b"
}

View File

@@ -27,6 +27,7 @@ pkill -f "local-ssl-proxy" || true
if [ ! -f ".venv/bin/activate" ]; then
echo "🌑 Creating virtual environment (.venv)..."
rm -rf .venv
apt install python3-venv
python3 -m venv .venv || { echo "❌ Failed to create venv"; exit 1; }
fi
source .venv/bin/activate || { echo "❌ Failed to activate venv"; exit 1; }