edk2-edkrepo icon indicating copy to clipboard operation
edk2-edkrepo copied to clipboard

Investigate making the Linux EdkRepo installer a "zipapp"

Open nate-desimone opened this issue 7 months ago • 0 comments

Our current Linux release consists of a tarball containing several Python wheels, configuration files, and an installation script written in Python.

Instead of using a tarball, it would be nicer to create a "zipapp": https://docs.python.org/3/library/zipapp.html

In a nutshell, the installer would become a single .pyz file that would self-extract and then install EdkRepo.

nate-desimone avatar Jun 28 '24 02:06 nate-desimone