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 81b891f commit c4c499fCopy full SHA for c4c499f
resources/configurations/default.xml
@@ -157,6 +157,12 @@ Help:
157
<exec path="${env.ComSpec}" arguments="/K CertUtil -hashfile "${selection.path}" SHA512" />
158
</actions>
159
</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 "${selection.path}"" />
164
+ </actions>
165
+ </menu>
166
167
168
<!-- symbolic links -->
0 commit comments