-
-
Notifications
You must be signed in to change notification settings - Fork 815
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
desktop,ci: Adding AppImage support #12402
Conversation
Thank you for your work on this! I'm not a Linux user, but I know it is a goal of the project to offer AppImage builds. Can you tell us what problem you ran into with the Cargo.toml? |
Using an empty `src` directory, to mitigate issue 16 despite being resolved prior; StratusFearMe21/cargo-appimage#16
Thank you all for even bringing this project to life!
During the The only similar issue that has been previously resolved, is #16, which details it has something to do with actual locating it because of a differing file location. I'm currently running another run with an empty |
Even with the empty Already issued a report at #27 at their repository. I will try to find a different method of producing working AppImages, if Cargo AppImage will continue to fail. |
Sorry for the late response: I recently took another look at trying to get AppImages packed for this project. Yet my (personal) motivation dwindled since recent AppImage versions (personally tested it with the nightly released on Fri Jan 26th 2024) do run on my Steam Deck. So with the lack of personal motivation and knowledge about Rust, I will close this Pull Request for now, hopefully someone else will continue the work. @n0samu Any pointers re: AppImage support are found here, #12401 and in #12633. |
Adding AppImage support through the use of Cargo AppImage in the CI through GitHub Actions.
For more details, see #12401.
Current issues:
Cargo.toml
of the desktop package would not be able to used, despite modifications.