Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make rule to generate standalone python zippapp application #149

Closed
wants to merge 1 commit into from

Conversation

db47h
Copy link
Contributor

@db47h db47h commented Jul 15, 2024

This adds a zipapp rule that bundles umu-run and its dependencies in a standalone executable (a python zipapp), ideal for clients like heroic or lutris.

This can also be used from python code by adding the file to PYTHONPATH (or sys.path) as in:

PYTHONPATH=~/.local/bin/umu-run python -m umu

No additional build deps are required. I could add a config variable to exclude dependencies for clients that manage that themselves.

This bundles umu-run and its dependencies in a standalone executable
(a python zipapp), ideal for clients like heroic or lutris.

This can also be used from python code by adding the file to PYTHONPATH
(or sys.path) as in:

PYTHONPATH=~/.local/bin/umu-run python -m umu
@R1kaB3rN
Copy link
Member

R1kaB3rN commented Sep 3, 2024

Closing as it will be superseded by #174

@R1kaB3rN R1kaB3rN closed this Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants