mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 01:51:29 -07:00
Merge pull request #2978 from pizzaboxer/bugfix/new-roblox-package
Add RibbonConfig to studio package map
This commit is contained in:
commit
16feeca69d
@ -21,7 +21,7 @@
|
|||||||
{ "RobloxStudio.zip", @"" },
|
{ "RobloxStudio.zip", @"" },
|
||||||
{ "redist.zip", @"" },
|
{ "redist.zip", @"" },
|
||||||
{ "LibrariesQt5.zip", @"" },
|
{ "LibrariesQt5.zip", @"" },
|
||||||
|
|
||||||
{ "content-studio_svg_textures.zip", @"content\studio_svg_textures\"},
|
{ "content-studio_svg_textures.zip", @"content\studio_svg_textures\"},
|
||||||
{ "content-qt_translations.zip", @"content\qt_translations\" },
|
{ "content-qt_translations.zip", @"content\qt_translations\" },
|
||||||
{ "content-api-docs.zip", @"content\api_docs\" },
|
{ "content-api-docs.zip", @"content\api_docs\" },
|
||||||
@ -34,7 +34,8 @@
|
|||||||
{ "ApplicationConfig.zip", @"ApplicationConfig\" },
|
{ "ApplicationConfig.zip", @"ApplicationConfig\" },
|
||||||
{ "Plugins.zip", @"Plugins\" },
|
{ "Plugins.zip", @"Plugins\" },
|
||||||
{ "Qml.zip", @"Qml\" },
|
{ "Qml.zip", @"Qml\" },
|
||||||
{ "StudioFonts.zip", @"StudioFonts\" }
|
{ "StudioFonts.zip", @"StudioFonts\" },
|
||||||
|
{ "RibbonConfig.zip", @"RibbonConfig.zip\" }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user