Skip to content

Commit c4c499f

Browse files
committed
Added the 7-zip checksum options to the Checksum menu in default.xml.
1 parent 81b891f commit c4c499f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/configurations/default.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ Help:
157157
<exec path="${env.ComSpec}" arguments="/K CertUtil -hashfile &quot;${selection.path}&quot; SHA512" />
158158
</actions>
159159
</menu>
160+
<menu name="7-Zip Checksums">
161+
<visibility maxfiles="1" maxfolders="0" exists="C:\Program Files\7-Zip\7zG.exe" />
162+
<actions>
163+
<exec path="C:\Program Files\7-Zip\7zG.exe" arguments="h -scrcCRC32 -scrcCRC64 -scrcSHA1 -scrcSHA256 -scrcBLAKE2sp &quot;${selection.path}&quot;" />
164+
</actions>
165+
</menu>
160166
</menu>
161167

162168
<!-- symbolic links -->

0 commit comments

Comments
 (0)