Ensure executable permissions for the built planka-cli in the Makefile

This commit is contained in:
Felix Rudat
2026-01-27 10:57:41 +01:00
parent d8f37c6e70
commit eb7fad2477
+1
View File
@@ -9,6 +9,7 @@ run:
build:
uv run pyinstaller --onefile --name planka-cli --collect-all plankapy scripts/planka_cli.py
chmod +x dist/planka-cli
smoke: build
@tmp_home="$$(mktemp -d)"; \