From 47d856affb1e8857cf46a057c8472e898b22abb8 Mon Sep 17 00:00:00 2001 From: Taiizor <41683699+Taiizor@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:00:33 +0300 Subject: [PATCH] CefSharp VC Redist --- src/Bundle/Sucrose.Bundle/Main.xaml.cs | 6 +++--- .../Redist/{arm64.exe => VC_Redist_arm64.exe} | Bin .../Redist/{x64.exe => VC_Redist_x64.exe} | Bin .../Redist/{x86.exe => VC_Redist_x86.exe} | Bin src/Bundle/Sucrose.Bundle/Sucrose.Bundle.csproj | 6 +++--- 5 files changed, 6 insertions(+), 6 deletions(-) rename src/Bundle/Sucrose.Bundle/Redist/{arm64.exe => VC_Redist_arm64.exe} (100%) rename src/Bundle/Sucrose.Bundle/Redist/{x64.exe => VC_Redist_x64.exe} (100%) rename src/Bundle/Sucrose.Bundle/Redist/{x86.exe => VC_Redist_x86.exe} (100%) diff --git a/src/Bundle/Sucrose.Bundle/Main.xaml.cs b/src/Bundle/Sucrose.Bundle/Main.xaml.cs index 168b82896..57ab894d4 100644 --- a/src/Bundle/Sucrose.Bundle/Main.xaml.cs +++ b/src/Bundle/Sucrose.Bundle/Main.xaml.cs @@ -101,11 +101,11 @@ private static async Task InstallRedist() string Command = $"/q /norestart"; #if X86 - string Executable = Path.Combine(RedistPath, "x86.exe"); + string Executable = Path.Combine(RedistPath, "VC_Redist_x86.exe"); #elif ARM64 - string Executable = Path.Combine(RedistPath, "arm64.exe"); + string Executable = Path.Combine(RedistPath, "VC_Redist_arm64.exe"); #else - string Executable = Path.Combine(RedistPath, "x64.exe"); + string Executable = Path.Combine(RedistPath, "VC_Redist_x64.exe"); #endif ProcessStartInfo Starter = new() diff --git a/src/Bundle/Sucrose.Bundle/Redist/arm64.exe b/src/Bundle/Sucrose.Bundle/Redist/VC_Redist_arm64.exe similarity index 100% rename from src/Bundle/Sucrose.Bundle/Redist/arm64.exe rename to src/Bundle/Sucrose.Bundle/Redist/VC_Redist_arm64.exe diff --git a/src/Bundle/Sucrose.Bundle/Redist/x64.exe b/src/Bundle/Sucrose.Bundle/Redist/VC_Redist_x64.exe similarity index 100% rename from src/Bundle/Sucrose.Bundle/Redist/x64.exe rename to src/Bundle/Sucrose.Bundle/Redist/VC_Redist_x64.exe diff --git a/src/Bundle/Sucrose.Bundle/Redist/x86.exe b/src/Bundle/Sucrose.Bundle/Redist/VC_Redist_x86.exe similarity index 100% rename from src/Bundle/Sucrose.Bundle/Redist/x86.exe rename to src/Bundle/Sucrose.Bundle/Redist/VC_Redist_x86.exe diff --git a/src/Bundle/Sucrose.Bundle/Sucrose.Bundle.csproj b/src/Bundle/Sucrose.Bundle/Sucrose.Bundle.csproj index af603f44c..1331fc98b 100644 --- a/src/Bundle/Sucrose.Bundle/Sucrose.Bundle.csproj +++ b/src/Bundle/Sucrose.Bundle/Sucrose.Bundle.csproj @@ -97,9 +97,9 @@ - - - + + +