From 504f4c6f6de4c051ea2c3253bff9c1424ebe313c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=BE=D0=BD=D0=B4=D0=B0=D1=80=D0=B5=D0=B2=20=D0=98?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD?= Date: Sun, 23 Aug 2020 10:42:07 +0200 Subject: [PATCH] fix #2225 --- ReleaseGenerators/DotNet47.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseGenerators/DotNet47.nsh b/ReleaseGenerators/DotNet47.nsh index e52a30629..a2e299594 100644 --- a/ReleaseGenerators/DotNet47.nsh +++ b/ReleaseGenerators/DotNet47.nsh @@ -29,7 +29,7 @@ Section "Framework Class Library Help" FrameworkHelp Goto dotnet40helpinstalled SetOutPath "$WINDIR\Microsoft.NET\Framework\v4.0.30319\ru" copyfiles: - File DotNet40\Tooltips\*.xml + File DotNet471\Tooltips\*.xml Goto exithelp dotnet40helpinstalled: exithelp: