From 0c93c37a7f0951b9b623572b323d4f4e3794f2ce Mon Sep 17 00:00:00 2001 From: M*C*O Date: Sun, 13 Jan 2019 12:41:32 +0100 Subject: [PATCH] pshazz: remove askpass from binary (#2978) --- pshazz.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pshazz.json b/pshazz.json index 371d8330dd..8b73fc1ad0 100644 --- a/pshazz.json +++ b/pshazz.json @@ -4,10 +4,7 @@ "url": "https://github.com/lukesampson/pshazz/archive/e0cbd3fe165ea194a0d2e58001306b9cab22aa56.zip", "extract_dir": "pshazz-e0cbd3fe165ea194a0d2e58001306b9cab22aa56", "hash": "43f2bd0a00b10d2d017e549a8ccac06e6af6efa3b6693d1f3ad4dde79a25821f", - "bin": [ - "bin\\pshazz.ps1", - "libexec\\askpass.exe" - ], + "bin": "bin\\pshazz.ps1", "installer": { "file": "bin\\install.ps1" },