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

Add AppImage support #75

Open
io12 opened this issue Jan 12, 2019 · 3 comments · May be fixed by #181
Open

Add AppImage support #75

io12 opened this issue Jan 12, 2019 · 3 comments · May be fixed by #181

Comments

@io12
Copy link

io12 commented Jan 12, 2019

AppImage is another useful format besides rpm and deb.

https://appimage.org/

@ndarilek
Copy link

I need this too and was thinking of attempting it.

Seems like the other implementations write their formats natively, but AppImage looks a bit more challenging as it's essentially a squashfs/ISO9660 image. Would an implementation that calls out to the official AppImage tool be accepted? I really don't want to implement the spec directly if I don't have to. :)

@mdsteele
Copy link
Collaborator

Yes, that would be a welcome contribution! It would be great to have support for this. (It's nice to not need to install additional tools to be able to use cargo-bundle, but support for AppImage that requires installing tools is definitely better than no support at all!)

@ndarilek
Copy link

ndarilek commented Mar 24, 2019 via email

@tmayoff tmayoff linked a pull request May 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants