Skip to content

Commit

Permalink
update kit script to include dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brianarnold789 committed Jul 11, 2017
1 parent a9e13ec commit 47908e1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kit.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47908e1

Please sign in to comment.