update uwt-install scripts

This commit is contained in:
Michael Becker 2020-03-23 03:49:55 -04:00
parent e66bf675f3
commit 1890f7198e
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
cd ../../MBS.Framework.UserInterface
cp Output/Debug/MBS.Framework.UserInterface.Engines.GTK.dll ../UniversalEditor/CSharp/Output/Debug
cp Output/Debug/MBS.Framework.UserInterface.Engines.GTK.dll.config ../UniversalEditor/CSharp/Output/Debug
cp Output/Debug/MBS.Framework.UserInterface.Engines.GTK.pdb ../UniversalEditor/CSharp/Output/Debug
cd ../MBS.Framework.UserInterface
cp Output/Debug/MBS.Framework.UserInterface.Engines.GTK.dll ../UniversalEditor/Output/Debug
cp Output/Debug/MBS.Framework.UserInterface.Engines.GTK.dll.config ../UniversalEditor/Output/Debug
cp Output/Debug/MBS.Framework.UserInterface.Engines.GTK.pdb ../UniversalEditor/Output/Debug

View File

@ -1,5 +1,5 @@
cd ../../MBS.Framework.UserInterface
cp Output/Debug/MBS.Framework.UserInterface.Engines.WindowsForms.dll ../UniversalEditor/CSharp/Output/Debug
# cp Output/Debug/MBS.Framework.UserInterface.Engines.WindowsForms.dll.config ../UniversalEditor/CSharp/Output/Debug
cp Output/Debug/MBS.Framework.UserInterface.Engines.WindowsForms.pdb ../UniversalEditor/CSharp/Output/Debug
cd ../MBS.Framework.UserInterface
cp Output/Debug/MBS.Framework.UserInterface.Engines.WindowsForms.dll ../UniversalEditor/Output/Debug
# cp Output/Debug/MBS.Framework.UserInterface.Engines.WindowsForms.dll.config ../UniversalEditor/Output/Debug
cp Output/Debug/MBS.Framework.UserInterface.Engines.WindowsForms.pdb ../UniversalEditor/Output/Debug