probonopd / go-appimage

Go implementation of AppImage tools
MIT License
676 stars 69 forks source link

Make error messages in update information less vague. #271

Closed Steve-Tech closed 2 months ago

Steve-Tech commented 4 months ago

A message like "\<app> is not a proper AppImage: Too short" kinda just isn't very helpful, so I've changed the messages in updateinformation.go to more helpful messages such as "Update information isn't valid".

For example this is the old message: image https://github.com/Ultimaker/Cura/issues/18280

Thanks for your work! Steve

probonopd commented 2 months ago

Thanks @Steve-Tech