Skip to content

Commit

Permalink
[Build] include libsodium next to windows binary, makes testing easier
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed Mar 28, 2017
1 parent a62924d commit e2c38b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e2c38b5

Please sign in to comment.