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 8b9842c commit 20a6450Copy full SHA for 20a6450
src/updater.cpp
@@ -409,9 +409,6 @@ namespace appimage::update {
409
auto oldDigest = oldAppImage.calculateHash();
410
auto newDigest = newAppImage.calculateHash();
411
412
- auto oldDigestOrig = readElfSection(pathToOldAppImage, ".sha256_sig");
413
- auto newDigestOrig = readElfSection(pathToNewAppImage, ".sha256_sig");
414
-
415
std::string tempDir;
416
{
417
auto buffer = makeBuffer("/tmp/AppImageUpdate-XXXXXX");
0 commit comments