mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 09:29:37 +00:00
installers: fix tor path
This commit is contained in:
parent
a60519c840
commit
635c5934f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue