add ribbon config

This commit is contained in:
bluepilledgreat 2024-09-26 16:10:18 +01:00
parent 575422ed17
commit c3cfefefe4

View File

@ -70,6 +70,7 @@ namespace Bloxstrap
{ "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)