-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add static appimage get type #112
Conversation
Isn't that a bit redundant? I thought we already had a |
We do have This also implies a performance improvement on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough. Looks good.
Thanks! |
Mind to spin a new release for |
This is why a want a monorepo, to avoid this kind of manual work that is annoying me. |
Adds an static version of
AppImage::getFormat
.This is useful for the case in which such method is used only to test whether a given file is an AppImage or not.