You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it might be beneficial to offer interfaces additional to an API. A very simple interface type is CLI. It's used excessively by shells but can be used from almost any programming language; for API usage, one has to use C/C++.
We should consider providing some small wrapper tools that perform specific tasks for use by tools or scripts which can't afford linking to libappimage:
Sometimes it might be beneficial to offer interfaces additional to an API. A very simple interface type is CLI. It's used excessively by shells but can be used from almost any programming language; for API usage, one has to use C/C++.
We should consider providing some small wrapper tools that perform specific tasks for use by tools or scripts which can't afford linking to libappimage:
appimage-register-in-system my.AppImage
appimage-unregister-in-system my.AppImage
appimage-extract-thumbnail my.AppImage > thumb.png
The binaries might be shipped in separate
libappimage-bin
packages, like most library provided tools are.The text was updated successfully, but these errors were encountered: