Checksumming AppImage on build should work with internal python functions #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When building an AppImage, sometimes the script fails with:
The checksumming should be done with native functions instead of calling external binaries.
Thanks to buovjaga for reporting.
Should be fixed with commit
49e0ab5593
.