We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4cf3d commit 68c260eCopy full SHA for 68c260e
src/updater.cpp
@@ -190,7 +190,7 @@ namespace appimage::update {
190
}
191
192
try {
193
- auto updateInformationPtr = makeUpdateInformation(appImage.readRawUpdateInformation());
+ auto updateInformationPtr = makeUpdateInformation(rawUpdateInformation);
194
const auto zsyncUrl = updateInformationPtr->buildUrl(makeIssueStatusMessageCallback());
195
zSyncClient.reset(new zsync2::ZSyncClient(zsyncUrl, appImage.path()));
196
return zSyncClient->checkForChanges(updateAvailable, method);
0 commit comments