From 1f1d8257ecafef5df49869ccdb58f915dd7b297a Mon Sep 17 00:00:00 2001 From: reggie Date: Tue, 15 Oct 2024 14:09:07 -0500 Subject: [PATCH 1/2] 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\" }, From f458c26afbe1923fc9977b18f25e76acffe020f2 Mon Sep 17 00:00:00 2001 From: reggie Date: Tue, 15 Oct 2024 14:16:24 -0500 Subject: [PATCH 2/2] Matt OCD fix (remove redist.zip from Studio extract roots) --- Bloxstrap/AppData/RobloxStudioData.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Bloxstrap/AppData/RobloxStudioData.cs b/Bloxstrap/AppData/RobloxStudioData.cs index eb04662..73c630b 100644 --- a/Bloxstrap/AppData/RobloxStudioData.cs +++ b/Bloxstrap/AppData/RobloxStudioData.cs @@ -19,7 +19,6 @@ public override IReadOnlyDictionary PackageDirectoryMap { get; set; } = new Dictionary() { { "RobloxStudio.zip", @"" }, - { "redist.zip", @"" }, { "LibrariesQt5.zip", @"" }, { "content-studio_svg_textures.zip", @"content\studio_svg_textures\"},