Add files for packaging on Linux#21
Merged
MakovWait merged 1 commit intoMakovWait:mainfrom Sep 23, 2023
Merged
Conversation
Owner
|
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? |
Contributor
Author
|
It builds off of the version of the repo that was tagged for the release, it doesn't use the latest commit. |
MakovWait
added a commit
that referenced
this pull request
Sep 26, 2023
* add screenshot * make restart be deferred & one_shot * make restart on exit be more reliable * add scroll containers to sidebars * do not handle double click if item is invalid * fix import_project_dialog.gd is not guessing editor on startup * fix AUTO_EDSCALE * add asset_download #16 * import project from zip #15 * close ZipReader * add refresh buttons * #18 duplicate project (#19) * add ability to duplicate project * implement windows side * change button position * forbid duplicating if dir is not empty * allow duplicating to not empty dir * randomize project name * Import & Edit * allow_install_to_not_empty_dir config * use_system_titlebar setting * fix import dialog * Add files for packaging on Linux (#21) * Create THEMING.md * Update README.md * Update THEMING.md * require restart after path changes --------- Co-authored-by: Charlie Le <20309750+CharlieQLe@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
godotsis placed in the user'sPATH, instructions for how to do this could be provided if necessary. I'm unsure if that would need to be within this PR though.