AppImageUpdate icon indicating copy to clipboard operation
AppImageUpdate copied to clipboard

AppImageUpdate lets you update AppImages in a decentral way using information embedded in the AppImage itself.

Results 81 AppImageUpdate issues
Sort by recently updated
recently updated
newest added

Fixes #234 The issue seems to be happening due to: ```cpp auto oldFilePath = pathToOldAppImage(pathToAppImage.value(), newFilePath); ``` checking in `pathToOldAppImage` if the paths are [trivially] equal with a == before,...

[Context](https://github.com/ivan-hc/AM/issues/853#issuecomment-2295221066) We are testing to integrate appimageupdatetool into AM, it only happens when we give a relative instead of a full path, it deletes the updated appimage and leaves the...

Hello, I'm trying to add zsync updates to the Cemu appimage, but I ran into an issue that I get 404 erros when testing with appimageupdatetool. The issue ended up...

…ile-time. Seemingly fixes #182, #184 and perhaps others.

The building markdown file is outdated (CentOS hasn't been maintained in the last three years), incomplete (there is no tutorial for Arch-based distributions) and misses some packages. It seems like...

Update BUILDING.md according to the insights gained from https://github.com/AppImageCommunity/AppImageUpdate/pull/241/files Closes #239

Currently, libappimageupdate is only available as a C++11 shared library. However, many other programming languages only provide foreign function interfaces (FFIs) only for C code, which serves as the protocol...

Currently, both the dynamic and the static version of `libappimageupdate` are not uploaded to Github releases. This means that every developer who wants to use that has to build the...

If I run `appimageupdatetool -j file-that-does-not-exist` it returns the exit code 1 indicating that an update is available. The same happens if no positional argument at all gets passed to...

Made messaging clearer in the event of updating an unsigned AppImage in response to issue: https://github.com/AppImageCommunity/AppImageUpdate/issues/173