Merge pull request #3144 from regginator/add-redist-to-common

Add redist.zip to common extract roots
This commit is contained in:
Matt 2024-10-15 20:35:37 +01:00 committed by GitHub
commit 12c35fdb53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@ namespace Bloxstrap.AppData
private IReadOnlyDictionary<string, string> _commonMap { get; } = new Dictionary<string, string>() private IReadOnlyDictionary<string, string> _commonMap { get; } = new Dictionary<string, string>()
{ {
{ "Libraries.zip", @"" }, { "Libraries.zip", @"" },
{ "redist.zip", @"" },
{ "shaders.zip", @"shaders\" }, { "shaders.zip", @"shaders\" },
{ "ssl.zip", @"ssl\" }, { "ssl.zip", @"ssl\" },

View File

@ -19,7 +19,6 @@
public override IReadOnlyDictionary<string, string> PackageDirectoryMap { get; set; } = new Dictionary<string, string>() public override IReadOnlyDictionary<string, string> PackageDirectoryMap { get; set; } = new Dictionary<string, string>()
{ {
{ "RobloxStudio.zip", @"" }, { "RobloxStudio.zip", @"" },
{ "redist.zip", @"" },
{ "LibrariesQt5.zip", @"" }, { "LibrariesQt5.zip", @"" },
{ "content-studio_svg_textures.zip", @"content\studio_svg_textures\"}, { "content-studio_svg_textures.zip", @"content\studio_svg_textures\"},