Skip to content

Commit

Permalink
add ribbonconfig to studio package map
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat committed Sep 26, 2024
1 parent ab6e3a0 commit 3b51345
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 3b51345

Please sign in to comment.