Skip to content

Commit

Permalink
Merge pull request #2988 from pizzaboxer/bugfix/im-a-genius
Browse files Browse the repository at this point in the history
fix ribbonconfig path
  • Loading branch information
bluepilledgreat committed Sep 27, 2024
2 parents 16feeca + 2de686a commit c1bfad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/AppData/RobloxStudioData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class RobloxStudioData : CommonAppData, IAppData
{ "Plugins.zip", @"Plugins\" },
{ "Qml.zip", @"Qml\" },
{ "StudioFonts.zip", @"StudioFonts\" },
{ "RibbonConfig.zip", @"RibbonConfig.zip\" }
{ "RibbonConfig.zip", @"RibbonConfig\" }
};
}
}

0 comments on commit c1bfad3

Please sign in to comment.