From e2c38b5c7c64ac216153b42f607e47f0fc0e15a4 Mon Sep 17 00:00:00 2001 From: Stephen Oliver Date: Tue, 28 Mar 2017 11:01:03 -0400 Subject: [PATCH] [Build] include libsodium next to windows binary, makes testing easier --- release.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/release.cmd b/release.cmd index a76b923..9b54d8f 100755 --- a/release.cmd +++ b/release.cmd @@ -35,3 +35,4 @@ copy /y target\%TARGET%\release\safedrive.pdb dist-%TARGET%-%TOOLSET%-%LINKTYPE% copy /y target\%TARGET%\release\safedrive.exe dist-%TARGET%-%TOOLSET%-%LINKTYPE%\bin\ +copy /y %CD%\dep\%TARGET%\%TOOLSET%\%LINKTYPE%\lib\libsodium.dll dist-%TARGET%-%TOOLSET%-%LINKTYPE%\bin\libsodium.dll