add libraries to common packages

This commit is contained in:
bluepilledgreat 2023-10-04 12:28:04 +01:00
parent 8f6c95fed8
commit b9d32fc928

View File

@ -23,6 +23,7 @@ namespace Bloxstrap
// TODO - there ideally should be a less static way to do this that's not hardcoded?
private static IReadOnlyDictionary<string, string> _common = new Dictionary<string, string>()
{
{ "Libraries.zip", @"" },
{ "shaders.zip", @"shaders\" },
{ "ssl.zip", @"ssl\" },