From ff1cf12d6ee9def038034077e740cf1fe660107b Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 25 Jun 2025 15:05:43 +0100 Subject: [PATCH] compile with .pyz extension --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cbe892..4886f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,4 +24,4 @@ build-backend = "pdm.backend" distribution = true [tool.pdm.scripts] -compile = "uvx shiv -c simple-recorder -o bin/simple-recorder-bin ." +compile = "uvx shiv -c simple-recorder -o bin/simple-recorder.pyz ."