Removed not needed files of tor from Windows installer

This commit is contained in:
thunder2 2023-11-06 20:40:46 +01:00
parent befc473624
commit cd81d69357

View File

@ -318,7 +318,7 @@ SectionEnd
!ifdef TOR_EXISTS
Section /o $(Section_Tor) Section_Tor
SetOutPath "$INSTDIR\tor"
File /r "${TORDIR}\*"
File "${TORDIR}\*"
SectionEnd
!endif