fix: runtime issues with plankapy

This commit is contained in:
Felix Rudat
2026-01-29 08:53:36 +01:00
parent cec8908e96
commit f1eb64c102
4 changed files with 80 additions and 4 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ run:
uv run python scripts/planka_cli.py status
build:
uv run pyinstaller --onefile --name planka-cli --collect-all plankapy --collect-submodules rich._unicode_data scripts/planka_cli.py
uv run pyinstaller planka-cli.spec --noconfirm
smoke: build
@set -e; \
@@ -21,4 +21,4 @@ smoke: build
./dist/planka-cli --help
clean:
rm -rf dist build *.spec __pycache__ scripts/__pycache__
rm -rf dist build __pycache__ scripts/__pycache__