From f46ef0d2954bc737e5ab1a3439f5e39459bb471a Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Fri, 27 Dec 2019 21:50:06 -0600 Subject: [PATCH] Add ru culture to assembly copying list --- DS4Windows/DS4WinWPF.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4WinWPF.csproj b/DS4Windows/DS4WinWPF.csproj index ed51a29..f529b1a 100644 --- a/DS4Windows/DS4WinWPF.csproj +++ b/DS4Windows/DS4WinWPF.csproj @@ -474,7 +474,7 @@ rem Copy compiled l18n assemblies to alt folder GOTO END if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang -set langs=ja +set langs=ja ru for %25%25l in (%25langs%25) do ( xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y