TheAssassin / AppImageLauncher

Helper application for Linux distributions serving as a kind of "entry point" for running and integrating AppImages
https://assassinate-you.net/tags/appimagelauncher/
MIT License
5.39k stars 253 forks source link

Make use of AppImage signatures #4

Open TheAssassin opened 6 years ago

TheAssassin commented 6 years ago

Some AppImages are signed by their authors. AppImageLauncher should make use of those data, e.g., by displaying the author of an AppImage, and whether the signature applies (or alternatively refuse integration if the signature is invalid, similar to how AppImageUpdate works in these cases).

azubieta commented 5 years ago

I guess that signature management code should go into libappimage so it will become available to the rest of the tools. I guess that using a separated header for this will be a good idea.