From 8cbd2e9589b6a923f6a97205133b549a836b15ea Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 25 Feb 2022 13:34:54 +0100 Subject: [PATCH] Windows installer: include tor --- contrib/installers/windows/feather.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/installers/windows/feather.iss b/contrib/installers/windows/feather.iss index ef6d158..3d24e8e 100644 --- a/contrib/installers/windows/feather.iss +++ b/contrib/installers/windows/feather.iss @@ -48,6 +48,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{ [Files] Source: "bin\{#AppExeName}"; DestDir: "{app}"; Flags: ignoreversion Source: "LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion +Source: "tor\*"; DestDir: "{app}\tor"; Flags: ignoreversion ;Source: "C:\Users\dev\Desktop\feather setup\finishbanner.bmp"; Flags: dontcopy ; NOTE: Don't use "Flags: ignoreversion" on any shared system files