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

@ -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