Skip to content

Commit

Permalink
add ribbon config
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat committed Sep 26, 2024
1 parent 575422e commit c3cfefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bloxstrap/PackageMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static IReadOnlyDictionary<string, string> Studio
{ "Qml.zip", @"Qml\" },
{ "StudioFonts.zip", @"StudioFonts\" },
{ "redist.zip", @"" },
{ "RibbonConfig.zip", @"RibbonConfig\" }
};

private static Dictionary<string, string> CombineDictionaries(IReadOnlyDictionary<string, string> d1, IReadOnlyDictionary<string, string> d2)
Expand Down

0 comments on commit c3cfefe

Please sign in to comment.