summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-10-23 18:28:53 +0300
committerdartraiden <wowemuh@gmail.com>2017-10-23 18:28:53 +0300
commit02666998d65500950dba72f674ba18f0df3271a5 (patch)
tree7841ab22e1654a495d1331510f2020785ee511a0 /tools
parent82cdd55cdd667e0052e7d167ef670c196379c7b2 (diff)
oops
Diffstat (limited to 'tools')
-rw-r--r--tools/installer_ng/MirandaNG.iss2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/installer_ng/MirandaNG.iss b/tools/installer_ng/MirandaNG.iss
index c95c274d9a..74c9d7b034 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; 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()