Moved tor binaries into subfolder "tor" for Windows build

This commit is contained in:
thunder2 2021-03-16 21:36:26 +01:00
parent 130d846e47
commit 5b1b0cadf9
4 changed files with 12 additions and 5 deletions

View file

@ -173,7 +173,8 @@ if exist "%SourcePath%\libresapi\src\webui" (
if "%ParamTor%"=="1" (
echo copy tor
echo n | copy /-y "%EnvTorPath%\Tor\*.*" "%RsDeployPath%" %Quite%
if not exist "%RsDeployPath%\tor" mkdir "%RsDeployPath%\tor"
echo n | copy /-y "%EnvTorPath%\Tor\*.*" "%RsDeployPath%\tor" %Quite%
)
rem pack files