fix(scripts): add PYTHONPATH so venv finds full_updater module
All checks were successful
Build and Release .deb / build-deb (push) Successful in 21s

This commit is contained in:
enzo 2026-05-13 01:06:54 +02:00
parent 978297455a
commit e2e504ceff

View file

@ -11,4 +11,5 @@ if [ ! -d "$VENV_DIR" ]; then
fi
source "$VENV_DIR/bin/activate"
export PYTHONPATH="/opt/full-updater:$PYTHONPATH"
python3 -m full_updater "$@"