Need to unblock builds while we figure out the AppImage situation#1074
Merged
ooshlablu merged 1 commit intoJul 31, 2025
Merged
Conversation
|
Baklap4
approved these changes
Jul 28, 2025
Member
Baklap4
left a comment
There was a problem hiding this comment.
Sad to see this go; but i understand the reasoning behind it.
Would it help to try and find another appimage builder tool?
For now let's disable it. If you can please create an issue so we can either track the status of the current implementation. Or that we can find another way to publish appimages.
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.



What does this PR do?
This PR disables AppImaghes for now. There were a few upstream changes to some of the official AppImage tools that broke the project we were using to build AppImages:
On top of that, the maintainer of the project stated that they were looking for new maintainers since they can't work on it anymore:
Motivation
I had forked the project https://github.com/ooshlablu/appimage-builder and @Lord-Kamina and I were whacking against it hoping that there would be some easy fixes, but it looks the changes to bring it up to speed with the new official tools will require significant effort.
Unfortunately, I think the only path forward is to look into build the AppImage with the official tools, which will also be quite a bit of work. For now, I think the correct thing to do is to disable the AppImage builds so we can continue to get PRs merged while we deal with this problem appropriately.
Additional Notes
@Baklap4 We'll need to disable the AppImage from the required checks if this is merged.