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

As a follow up of #205 : In a workflow which looked like: ```cpp Updater updater("foo"); updater.describeAppImage(); updater.checkForChanges(); updater.start(); ``` ```cpp updateInformation->buildUrl ``` Will be called 5 times which will...

I'm working on a C# (#203) port of the Updater class which handles different log levels. This part of the code writes directly to the console which it probably should...

I want to create a wrapper of libappimageupdate for c# (#203). While working with the code I found that the latter part of the constructor does not actually throw the...

Would it be possible to export functions to be used in c# code.? My current implementation in a project runs appimageupdate with [Process.start](https://docs.microsoft.com/en-gb/dotnet/api/system.diagnostics.process.start?view=net-6.0) and is parsing the output stream. In...

**I'm having a bug:** [zandor@leopard Applications]$ ./appimageupdatetool-x86_64.AppImage --self-update Checking for updates... Fetching release information for tag "continuous" from GitHub API. GitHub API request failed! Could not find any artifacts in...

Launching by right-click/launch does nothing. So I tried via the console and got the seg fault below. ``` (base) hippo@hippo-camp:~/Desktop$ ./AppImageUpdate-x86_64.AppImage AppImageUpdate version 1-alpha (commit cb611d8), build 431 built on...

Hello, It seems that the AppImageUpdate is not pulling the latest appimage version from the appimagehub. Please find below the logs for reference. ``` ➜ Desktop ls -ltr total 34804...

Limit `find_package` usage to dependencies that were linked to the binary. Export variables prefixed with `APPIMAGE_UPDATE_` to inform clients on how the binary was built Fix of: #195

I get a segmentation fault trying to run AppImageUpdate with no arguments on Ubuntu 18.04: ``` $ AppImageUpdate-x86_64.AppImage AppImageUpdate version 1-alpha (commit 97645f5), build 40 built on 2021-11-10 17:47:46 UTC...

Currently at [main GitHub page of AppImageUpdate](https://github.com/AppImage/AppImageUpdate) the example with Subsurface does not work as it gives an error and does not update the Subsurface (tested with version 4.9.4 of...