From 82cdd55cdd667e0052e7d167ef670c196379c7b2 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 23 Oct 2017 17:37:38 +0300 Subject: install runtime into Libs anyway --- tools/installer_ng/MirandaNG.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/installer_ng') diff --git a/tools/installer_ng/MirandaNG.iss b/tools/installer_ng/MirandaNG.iss index bb22cc371b..c95c274d9a 100644 --- a/tools/installer_ng/MirandaNG.iss +++ b/tools/installer_ng/MirandaNG.iss @@ -66,7 +66,7 @@ Source: "Files\Icons\Toolbar_icons.dll"; DestDir: "{app}\Icons"; Components: cli ; Core and core modules Source: "Files\{#MirName}"; DestDir: "{app}"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent() Source: "Files\DbChecker.bat"; DestDir: "{app}\Libs"; Components: program; Check: IsPortable(); Flags: ignoreversion; AfterInstall: ShowPercent() -Source: "Files\Libs\*.dll"; DestDir: "{app}"; Components: program; Check: IsPortable(); Flags: ignoreversion; AfterInstall: ShowPercent() +Source: "Files\Libs\*.dll"; DestDir: "{app}"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent() Source: "Files\Libs\libeay32.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent() Source: "Files\Libs\libjson.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent() Source: "Files\Libs\mir_app.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent() -- cgit v1.2.3