diff --git a/Bloxstrap/PackageMap.cs b/Bloxstrap/PackageMap.cs index 532f276..3a35f7c 100644 --- a/Bloxstrap/PackageMap.cs +++ b/Bloxstrap/PackageMap.cs @@ -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 _common = new Dictionary() { + { "Libraries.zip", @"" }, { "shaders.zip", @"shaders\" }, { "ssl.zip", @"ssl\" },