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

Single-binary executable for Windows #2

Open
Tracked by #1
tpimh opened this issue Oct 18, 2024 · 1 comment
Open
Tracked by #1

Single-binary executable for Windows #2

tpimh opened this issue Oct 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tpimh
Copy link

tpimh commented Oct 18, 2024

I have a PoC script that is packing whole LÖVE project into a single exe: lovesfx. This might be out of scope of this project, but maybe you can consider implementing something similar into lover. Technically, it's just a self-extracting archive that would extract LÖVE runtime and all the assets into a temporary location, then launch it, after it's terminated, it would clean up the temporary location.

@Wolfyxon
Copy link
Owner

Yeah that's a good idea, but first I'll make it the regular way.

@Wolfyxon Wolfyxon added the enhancement New feature or request label Oct 18, 2024
@Wolfyxon Wolfyxon mentioned this issue Oct 18, 2024
28 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants