From eb7fad24773e04c95f3820e75e5e3ed22ac8e210 Mon Sep 17 00:00:00 2001 From: Felix Rudat Date: Tue, 27 Jan 2026 10:57:41 +0100 Subject: [PATCH] Ensure executable permissions for the built planka-cli in the Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 888353a..57644ba 100644 --- a/Makefile +++ b/Makefile @@ -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)"; \