feat(webui): add ffmpeg path specifier
This commit is contained in:
4
build
Executable file
4
build
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Use nuitka from the virtual environment to prevent bloat
|
||||
python -m nuitka --follow-stdlib --python-flag=-OO --standalone --lto=yes --module-name-choice=original --include-data-dir=web=web --show-anti-bloat-changes --enable-console --clang explorers
|
||||
Reference in New Issue
Block a user