Expand description
This crate contains some structs and functions to handle the tools, which are included in the AppImage.
Structs§
- Environment
- The struct Environment contains some environment-informations about the appimage. For example, you can get the values of the appimage environment variables.
- Internal
Command - The struct InternalCommand contains several methods to use commands of appimage internal binaries.
Constants§
- PATH
- contains all folders inside the appimage, which can contain executable binaries. Currently folllowing paths inside the appimage are interpreted as binary-paths: /usr/local/bin, /usr/bin, /bin, /usr/games.