issues
search
cs01
/
termpair
View and control terminals from your browser with end-to-end encryption 🔒
MIT License
1.61k
stars
72
forks
source link
add workflow to build executable
#79
Closed
cs01
closed
3 years ago
cs01
commented
3 years ago
Summary of changes
add workflow to build executable
Uses
pex
(
https://pypi.org/project/pex/
) which puts everything into a single executable file. The only remaining environment dependency is the python installation. While still not ideal, it's more straightforward than pip/pipx installations.
These builds can be included in releases
Summary of changes
pex
(https://pypi.org/project/pex/) which puts everything into a single executable file. The only remaining environment dependency is the python installation. While still not ideal, it's more straightforward than pip/pipx installations.