wrap thumbgen in venv script, add missing deactivates (#2143)

This commit is contained in:
end-4
2025-10-13 20:16:39 +02:00
parent 73bd73d910
commit 28ea9a7861
4 changed files with 10 additions and 3 deletions
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate
"$SCRIPT_DIR/thumbgen.py" "$@"
deactivate