From d1ce7db80fc1684846ac27a7abafd5d8b29af303 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Tue, 23 Jul 2019 23:10:20 -0400 Subject: [PATCH] Added UWT quick install script --- CSharp/uwt-install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 CSharp/uwt-install.sh diff --git a/CSharp/uwt-install.sh b/CSharp/uwt-install.sh new file mode 100755 index 00000000..c37b4cba --- /dev/null +++ b/CSharp/uwt-install.sh @@ -0,0 +1,3 @@ +cd ../../UniversalWidgetToolkit +cp Output/Debug/UniversalWidgetToolkit.Engines.GTK.dll ../UniversalEditor/CSharp/Output/Debug +