Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit e2ef30a3 authored by Manu Suresh's avatar Manu Suresh
Browse files

Split hashes of unzipped image files

parent efad1b53
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -75,6 +75,8 @@ export class Downloader {
              if (filesRequired.includes(filename)) {
                await this.setInDBStore(unzippedEntry.blob, filename);
                this.stored[filename] = true;
                const fileSHA = await this.computeSha256(unzippedEntry.blob);
                console.log(`File: ${unzippedEntry.name} SHA256: ${fileSHA}`);
              }
            }
            await zipReader.close();