From 76b05293336d73cbcab16ea63036f314f2f56f8b Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sat, 3 Aug 2019 11:16:16 -0400 Subject: [PATCH] Also copy the .config and .pdb files to the appropriate locations --- CSharp/uwt-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CSharp/uwt-install.sh b/CSharp/uwt-install.sh index c37b4cba..5c2b0799 100755 --- a/CSharp/uwt-install.sh +++ b/CSharp/uwt-install.sh @@ -1,3 +1,5 @@ cd ../../UniversalWidgetToolkit cp Output/Debug/UniversalWidgetToolkit.Engines.GTK.dll ../UniversalEditor/CSharp/Output/Debug +cp Output/Debug/UniversalWidgetToolkit.Engines.GTK.dll.config ../UniversalEditor/CSharp/Output/Debug +cp Output/Debug/UniversalWidgetToolkit.Engines.GTK.pdb ../UniversalEditor/CSharp/Output/Debug