From 635c5934f31ac4b9b3b471fd608dfdd06cb1d4f2 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 5 Jan 2023 23:52:57 +0100 Subject: [PATCH] installers: fix tor path --- contrib/installers/windows/setup.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/installers/windows/setup.nsi.in b/contrib/installers/windows/setup.nsi.in index 15f7a21..edd5652 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