From: tobtoht Date: Thu, 5 Jan 2023 22:52:57 +0000 (+0100) Subject: installers: fix tor path X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=635c5934f31ac4b9b3b471fd608dfdd06cb1d4f2;p=gamesguru%2Ffeather.git installers: fix tor path --- diff --git a/contrib/installers/windows/setup.nsi.in b/contrib/installers/windows/setup.nsi.in index 15f7a213..edd56521 100644 --- a/contrib/installers/windows/setup.nsi.in +++ b/contrib/installers/windows/setup.nsi.in @@ -61,7 +61,7 @@ Section -Main SEC0000 File "${CUR_PATH}\build\bin\feather.exe" File /oname=LICENSE.txt "${CUR_PATH}\LICENSE" SetOutPath $INSTDIR\tor - File /r "${CUR_PATH}\src\assets\tor\*.*" + File /r \feather\contrib\depends\x86_64-w64-mingw32\Tor\*.* SetOutPath $INSTDIR SectionEnd