Skip to content

Commit 9ecdd3f

Browse files
committed
Fix sha1 display
1 parent b99076a commit 9ecdd3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/MetaPage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function MetaPage () {
113113
arch: arch,
114114
md5: archData.Hashes.MD5,
115115
sha256: archData.Hashes.SHA256,
116+
sha1: archData.Hashes.SHA1,
116117
file: archData.FileName
117118
})
118119
}

0 commit comments

Comments
 (0)