Skip to content

Commit 68c260e

Browse files
committed
Fix check for changes with custom update information
1 parent dc4cf3d commit 68c260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ namespace appimage::update {
190190
}
191191

192192
try {
193-
auto updateInformationPtr = makeUpdateInformation(appImage.readRawUpdateInformation());
193+
auto updateInformationPtr = makeUpdateInformation(rawUpdateInformation);
194194
const auto zsyncUrl = updateInformationPtr->buildUrl(makeIssueStatusMessageCallback());
195195
zSyncClient.reset(new zsync2::ZSyncClient(zsyncUrl, appImage.path()));
196196
return zSyncClient->checkForChanges(updateAvailable, method);

0 commit comments

Comments
 (0)