diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 824551d..0000000 --- a/LICENSE +++ /dev/null @@ -1,5 +0,0 @@ -All code is hereby entered into the Public Domain - - - -- Abolish Interlectual Property - diff --git a/McCrypt/Marketplace.cs b/McCrypt/Marketplace.cs index 4537768..c9c17c8 100644 --- a/McCrypt/Marketplace.cs +++ b/McCrypt/Marketplace.cs @@ -224,6 +224,9 @@ namespace McCrypt if (decKey == null) continue; + if (Path.GetFileName(relPath).ToLowerInvariant() == "manifest.json") + continue; + Thread thrd = new Thread(() => { string filePath = Path.Combine(baseDirectory, relPath); // Combine pack dir, with file relative path