From 489b584f10f26d8af4bdcea6b45236efb7efb8cd Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 22 Oct 2016 17:33:12 +0200 Subject: [PATCH] If mappings were breaking the build, ill kms --- src/NadekoBot/project.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/NadekoBot/project.json b/src/NadekoBot/project.json index c0963fd9..be17309c 100644 --- a/src/NadekoBot/project.json +++ b/src/NadekoBot/project.json @@ -12,10 +12,7 @@ "copyToOutput": { "include": [ "data" ], "includeFiles": ["libsodium.dll", "opus.dll"], - "exclude": [ "data/musicdata" ], - "mappings": { - "./": "./libs" - } + "exclude": [ "data/musicdata" ] }, "define": [] },