Include pagent.exe in installer, Remove check for pageant (fixed Eugeny#350)

This commit is contained in:
Jonathan Beverley
2020-02-26 19:21:20 -05:00
parent 197824004e
commit a7687a6fc2
3 changed files with 7 additions and 14 deletions

View File

@@ -9,10 +9,12 @@
"typings": "typings/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
"watch": "webpack --progress --color --watch",
"postinstall": "xcopy /i node_modules\\ssh2\\util\\pagent.exe util\\"
},
"files": [
"dist"
"dist",
"util/pagent.exe"
],
"author": "Eugene Pankov",
"license": "MIT",