fix(led-tool): build cli without spec file dependency

This commit is contained in:
2026-04-14 23:13:21 +12:00
parent eee9327e15
commit 9e72c62481
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ pipenv install "$@"
if [ ! -f "dist/led-cli" ] || [ "cli.py" -nt "dist/led-cli" ] || [ "device.py" -nt "dist/led-cli" ]; then
echo ""
echo "Building binary..."
pipenv run pyinstaller --clean led-cli.spec
pipenv run pyinstaller --clean --onefile --name led-cli --paths lib cli.py
fi
# Ensure ~/.local/bin exists