From 1f1d8257ecafef5df49869ccdb58f915dd7b297a Mon Sep 17 00:00:00 2001 From: reggie Date: Tue, 15 Oct 2024 14:09:07 -0500 Subject: [PATCH] Add redist.zip to common extract roots --- Bloxstrap/AppData/CommonAppData.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Bloxstrap/AppData/CommonAppData.cs b/Bloxstrap/AppData/CommonAppData.cs index c74003a..4a74118 100644 --- a/Bloxstrap/AppData/CommonAppData.cs +++ b/Bloxstrap/AppData/CommonAppData.cs @@ -13,6 +13,7 @@ namespace Bloxstrap.AppData private IReadOnlyDictionary _commonMap { get; } = new Dictionary() { { "Libraries.zip", @"" }, + { "redist.zip", @"" }, { "shaders.zip", @"shaders\" }, { "ssl.zip", @"ssl\" },