Skip to content

Commit

Permalink
Merge pull request #2978 from pizzaboxer/bugfix/new-roblox-package
Browse files Browse the repository at this point in the history
Add RibbonConfig to studio package map
  • Loading branch information
bluepilledgreat committed Sep 26, 2024
2 parents ab6e3a0 + 3b51345 commit 16feeca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Bloxstrap/AppData/RobloxStudioData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class RobloxStudioData : CommonAppData, IAppData
{ "RobloxStudio.zip", @"" },
{ "redist.zip", @"" },
{ "LibrariesQt5.zip", @"" },

{ "content-studio_svg_textures.zip", @"content\studio_svg_textures\"},
{ "content-qt_translations.zip", @"content\qt_translations\" },
{ "content-api-docs.zip", @"content\api_docs\" },
Expand All @@ -34,7 +34,8 @@ public class RobloxStudioData : CommonAppData, IAppData
{ "ApplicationConfig.zip", @"ApplicationConfig\" },
{ "Plugins.zip", @"Plugins\" },
{ "Qml.zip", @"Qml\" },
{ "StudioFonts.zip", @"StudioFonts\" }
{ "StudioFonts.zip", @"StudioFonts\" },
{ "RibbonConfig.zip", @"RibbonConfig.zip\" }
};
}
}

0 comments on commit 16feeca

Please sign in to comment.