1
0
mirror of https://github.com/winfsp/sshfs-win.git synced 2025-08-01 08:26:51 +03:00
Files
sshfs-win/tools/signtool
2020-06-07 22:09:58 -07:00

6 lines
274 B
Bash
Executable File

#!/bin/bash
KitsRoot="$(regtool -q get '/HKLM/SOFTWARE/Microsoft/Windows Kits/Installed Roots/KitsRoot10')"
KitsInst="$(regtool -q list -k '/HKLM/SOFTWARE/Microsoft/Windows Kits/Installed Roots' | grep ^10 | sort | tail -1)"
"$KitsRoot/bin/$KitsInst/x64/signtool.exe" "$@"