summaryrefslogtreecommitdiff
path: root/tools/installer_ng_stable/MirandaNG.iss
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-05-24 14:54:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-05-24 14:54:23 +0300
commitf7a7e6d784374f027b0133d797fb4d74c5580d0c (patch)
tree01428a9c3bc6cfb05dfe0838ae8d852e7c25d882 /tools/installer_ng_stable/MirandaNG.iss
parent17a150659823dbcc7d03a026b1e36af2c17f2184 (diff)
libmdbx.dll returned back to keep compatibility with Windows XP
Diffstat (limited to 'tools/installer_ng_stable/MirandaNG.iss')
-rw-r--r--tools/installer_ng_stable/MirandaNG.iss1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/installer_ng_stable/MirandaNG.iss b/tools/installer_ng_stable/MirandaNG.iss
index 3dbdeeee1a..e6e7353c8d 100644
--- a/tools/installer_ng_stable/MirandaNG.iss
+++ b/tools/installer_ng_stable/MirandaNG.iss
@@ -67,6 +67,7 @@ Source: "Files\Icons\Toolbar_icons.dll"; DestDir: "{app}\Icons"; Components: cli
Source: "Files\{#MirName}"; DestDir: "{app}"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Libs\*.dll"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Libs\FreeImage.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
+Source: "Files\Libs\libmdbx.mir"; 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()