mirror of
https://github.com/winfsp/sshfs-win.git
synced 2025-08-01 08:26:51 +03:00
6 lines
274 B
Bash
Executable File
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" "$@"
|