From 55bd0feb87dba4a36a9c17d05ef6b7c372dee1dd Mon Sep 17 00:00:00 2001 From: Jacob Birkett Date: Mon, 30 Sep 2019 14:30:19 -0700 Subject: [PATCH] Move libcurl dependency to main component --- pack/installer.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack/installer.iss b/pack/installer.iss index 77d8da5..f3506dd 100644 --- a/pack/installer.iss +++ b/pack/installer.iss @@ -76,7 +76,7 @@ Source: "build\vars\license.txt"; \ Source: "build\bin\libcurl.dll"; \ DestDir: "{app}"; \ - Components: updater + Components: main Source: "pack\updatetask.xml"; \ DestDir: "{tmp}"; \ Components: updater