AppImageCommunity / AppImageUpdate

AppImageUpdate lets you update AppImages in a decentral way using information embedded in the AppImage itself.
https://appimage.org
MIT License
572 stars 57 forks source link

Removed the output to std::cerr in buildUrl #206

Closed Diyou closed 2 years ago

Diyou commented 2 years ago

Addresses #205

Diyou commented 2 years ago

importKeyFromAppImage outputs directly to the console when there is an issue with the signature which can be observed with latest osu appimages since version 2022.716.1 which are missing a public key until 2022.731.1 which has not a detached signature. Earlier versions work fine though.

While silencing works for me this probably could be handled more appropriately.

TheAssassin commented 2 years ago

Thanks!