MakovWait / godots

🚀Ultimate go-to hub for managing your Godot versions and projects! 🚀
MIT License
323 stars 25 forks source link

Add files for packaging on Linux #21

Closed CharlieQLe closed 12 months ago

CharlieQLe commented 12 months ago

This is meant for packaging Godots on Flatpak using upstreamed files. This isn't meant for use by Godots itself. The desktop file in particular assumes that godots is placed in the user's PATH, instructions for how to do this could be provided if necessary. I'm unsure if that would need to be within this PR though.

MakovWait commented 12 months ago

Is Flathub version going to be built from the main branch? If so, it sounds problematic since the main branch in fact is a dev one. The .desktop file contains line '1.0.stable' whereas the main branch is 1.1.dev. Is it OK?

CharlieQLe commented 12 months ago

It builds off of the version of the repo that was tagged for the release, it doesn't use the latest commit.