From f132dee87c418c33a3f2c95f65d8beb07cd3ecd8 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 2 May 2020 21:07:12 -0400 Subject: [PATCH] remove junk netstandard2.0, netcoreapp3.1, net48 dirs from dist package --- Dist/BuildAndPackage.bat | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dist/BuildAndPackage.bat b/Dist/BuildAndPackage.bat index be50687c6b..ef4ac8e609 100644 --- a/Dist/BuildAndPackage.bat +++ b/Dist/BuildAndPackage.bat @@ -69,6 +69,12 @@ upx -d temp\*.exe rem dont need docs xml for assemblies and whatnot del temp\dll\*.xml +rem we're building multiple copies of every assembly for some reason. this is a huge pain in the ass. +rem until that's fixed, we need to delete them from the distribution +rd /s /q temp\dll\netstandard2.0 +rd /s /q temp\dll\netcoreapp3.1 +rd /s /q temp\dll\net48 + cd temp rem Patch up working dir with a few other things we want