add a wrapper for ssh-keygen
This commit is contained in:
parent
38e2b95751
commit
d32da9f9b6
2 changed files with 35 additions and 1 deletions
|
@ -199,4 +199,7 @@ findCygLibs p = filter iscyg . mapMaybe parse . lines <$> readProcess "ldd" [p]
|
|||
iscyg f = "cyg" `isPrefixOf` f || "lib" `isPrefixOf` f
|
||||
|
||||
wrappers :: [FilePath]
|
||||
wrappers = ["standalone\\windows\\ssh.cmd"]
|
||||
wrappers =
|
||||
[ "standalone\\windows\\ssh.cmd"
|
||||
, "standalone\\windows\\ssh-keygen.cmd"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue