Files
boilerplates/scripts
xcad 188d419821 fix: install from tarball instead of extracted directory
The previous implementation extracted the tarball and tried to install
from the extracted directory, but pipx had issues parsing it. This fix:

- Installs directly from the .tar.gz file (pipx supports this)
- Removes unnecessary extraction step
- Fixes temp directory cleanup timing (was cleaning up before install)
- Moves cleanup trap to main() to ensure files exist during installation

This resolves the 'Unable to parse package spec' error.
2025-10-06 17:24:47 +02:00
..