Update build_appimage.sh

This commit is contained in:
MacRimi
2025-11-21 18:47:56 +01:00
parent f161a593f8
commit 5781d532a4

View File

@@ -293,8 +293,11 @@ pip3 install --target "$APP_DIR/usr/lib/python3/dist-packages" \
googletrans==4.0.0-rc1 \ googletrans==4.0.0-rc1 \
httpx==0.13.3 \ httpx==0.13.3 \
httpcore==0.9.1 \ httpcore==0.9.1 \
flask-sock \ beautifulsoup4 \
beautifulsoup4 'h11>=0.14.0,<1.0.0' \
'wsproto>=1.2.0' \
'simple-websocket>=0.10.0' \
'flask-sock>=0.6.0'
cat > "$APP_DIR/usr/lib/python3/dist-packages/cgi.py" << 'PYEOF' cat > "$APP_DIR/usr/lib/python3/dist-packages/cgi.py" << 'PYEOF'
from typing import Tuple, Dict from typing import Tuple, Dict