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 @@ - - - + + +