Use cygpath to convert socket filename on windows

This commit is contained in:
Nick Sieger 2022-11-09 16:49:06 -06:00
parent 4512be8010
commit 895b4cdbf2
No known key found for this signature in database
GPG key ID: 222EA328BD6E402A
4 changed files with 16 additions and 5 deletions

3
dist/cleanup.js vendored
View file

@ -2835,7 +2835,8 @@ module.exports = (process.env['OS'] != 'Windows_NT') ? {
homePath: os.homedir(),
sshAgentCmd: 'c://progra~1//git//usr//bin//ssh-agent.exe',
sshAddCmd: 'c://progra~1//git//usr//bin//ssh-add.exe',
gitCmd: 'c://progra~1//git//bin//git.exe'
gitCmd: 'c://progra~1//git//bin//git.exe',
pathsCmd: 'c://progra~1//git//usr//bin//cygpath.exe'
};