summaryrefslogtreecommitdiff
path: root/tools/installer_ng_stable
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-10-23 17:37:38 +0300
committerdartraiden <wowemuh@gmail.com>2017-10-23 17:37:38 +0300
commit82cdd55cdd667e0052e7d167ef670c196379c7b2 (patch)
tree72fe63e88063c4fcaf00d43f90c4f9407a444ef4 /tools/installer_ng_stable
parent92ee4464d44b7b3492684f2a750dc1ca9de78262 (diff)
install runtime into Libs anyway
Diffstat (limited to 'tools/installer_ng_stable')
-rw-r--r--tools/installer_ng_stable/MirandaNG.iss2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/installer_ng_stable/MirandaNG.iss b/tools/installer_ng_stable/MirandaNG.iss
index 795110ac6f..5c8c16f7f1 100644
--- a/tools/installer_ng_stable/MirandaNG.iss
+++ b/tools/installer_ng_stable/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}"; Components: program; Check: IsPortable(); Flags: ignoreversion; AfterInstall: ShowPercent()
-Source: "Files\Libs\*.dll"; DestDir: "{app}\Libs}"; Components: program; Check: IsPortable(); Flags: ignoreversion; AfterInstall: ShowPercent()
+Source: "Files\Libs\*.dll"; DestDir: "{app}\Libs}"; 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()