mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Moved tor binaries into subfolder "tor" for Windows build
This commit is contained in:
parent
130d846e47
commit
5b1b0cadf9
4 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -285,7 +285,7 @@ SectionEnd
|
|||
# Tor
|
||||
!ifdef TOR_EXISTS
|
||||
Section /o $(Section_Tor) Section_Tor
|
||||
SetOutPath "$INSTDIR"
|
||||
SetOutPath "$INSTDIR\tor"
|
||||
File /r "${TORDIR}\*"
|
||||
SectionEnd
|
||||
!endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue