]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
installers: fix tor path
authortobtoht <tob@featherwallet.org>
Thu, 5 Jan 2023 22:52:57 +0000 (23:52 +0100)
committertobtoht <tob@featherwallet.org>
Thu, 5 Jan 2023 23:16:27 +0000 (00:16 +0100)
contrib/installers/windows/setup.nsi.in

index 15f7a2137e51f523502df434604c011f4b2c2956..edd5652198eb054e9c6c10f32e3da6bdee85e40f 100644 (file)
@@ -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