From 47908e103e5a6adf54dcbeb5039b8810633dee78 Mon Sep 17 00:00:00 2001 From: brianarnold789 Date: Tue, 11 Jul 2017 07:18:26 -0400 Subject: [PATCH] update kit script to include dependencies --- kit.bat | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kit.bat b/kit.bat index ee9f83f5..b8aaaad0 100644 --- a/kit.bat +++ b/kit.bat @@ -5,6 +5,12 @@ IF "%1"==[] ( copy LitleSdkForNet\LitleSdkForNet\bin\Release\LitleSdkForNet.dll .\ copy LitleSdkForNet\LitleSdkForNet\bin\Release\LitleSdkForNet.dll.config .\ -"C:\Program Files\7-Zip\7z.exe" a LitleSdkForNet-%1.zip CHANGELOG LICENSE LitleSdkForNet.dll LitleSdkForNet.dll.config README.md +copy LitleSdkForNet\LitleSdkForNet\bin\Release\DiffieHellman.dll .\ +copy LitleSdkForNet\LitleSdkForNet\bin\Release\Tamir.SharpSSH.dll .\ +copy LitleSdkForNet\LitleSdkForNet\bin\Release\Org.Mentalis.Security.dll .\ +"C:\Program Files\7-Zip\7z.exe" a LitleSdkForNet-%1.zip CHANGELOG LICENSE LitleSdkForNet.dll LitleSdkForNet.dll.config README.md DiffieHellman.dll Tamir.SharpSSH.dll Org.Mentalis.Security.dll del LitleSdkForNet.dll del LitleSdkForNet.dll.config +del DiffieHellman.dll +del Tamir.SharpSSH.dll +del Org.Mentalis.Security.dll \ No newline at end of file