Ensure executable permissions for the built planka-cli in the Makefile
This commit is contained in:
@@ -9,6 +9,7 @@ run:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
uv run pyinstaller --onefile --name planka-cli --collect-all plankapy scripts/planka_cli.py
|
uv run pyinstaller --onefile --name planka-cli --collect-all plankapy scripts/planka_cli.py
|
||||||
|
chmod +x dist/planka-cli
|
||||||
|
|
||||||
smoke: build
|
smoke: build
|
||||||
@tmp_home="$$(mktemp -d)"; \
|
@tmp_home="$$(mktemp -d)"; \
|
||||||
|
|||||||
Reference in New Issue
Block a user