Replies: 6 comments
-
https://github.com/pop-os/popsicle/ is a Rust program which is shipped as an AppImage. It works like with any other AppImage, as Rust produces native binaries. See https://docs.appimage.org/packaging-guide/from-source/native-binaries.html. The only difference is that Rust doesn't support Popsicle in particular utilizies appimagecraft, which makes building even easier. See https://github.com/pop-os/popsicle/blob/master/appimagecraft.yml. |
Beta Was this translation helpful? Give feedback.
-
Regarding AppDirs, this is the page you were looking for: https://docs.appimage.org/reference/appdir.html |
Beta Was this translation helpful? Give feedback.
-
uhhh so i should use appimagecraft? |
Beta Was this translation helpful? Give feedback.
-
You should first and foremost read the docs on bundling native binaries, which applies to Rust binaries as well. You can use appimagecraft if you don't want to maintain your own scripts. It allows you to minimize the amount of custom scripting you need to write. But it's entirely optional. |
Beta Was this translation helpful? Give feedback.
-
Whats the opinion about using |
Beta Was this translation helpful? Give feedback.
-
Cargo AppImage:
|
Beta Was this translation helpful? Give feedback.
-
as the title states, I would like to make an appimage of a Rust program but i cannot seem to find any useful information whatsoever.
Also what is an AppDir?
Beta Was this translation helpful? Give feedback.
All reactions