diff options
author | dartraiden <wowemuh@gmail.com> | 2018-07-11 23:22:58 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-07-12 17:33:33 +0300 |
commit | 7be9f6e39f0adafa7a70c7521f31e14f60eaac2c (patch) | |
tree | 1c071364ffaf59ac0d8dde9da910b9ed11132757 /tools | |
parent | 532f1392072e0f7d5e19811429b5bfe72fcf56f5 (diff) |
also add libmdbx to stable
Diffstat (limited to 'tools')
-rw-r--r-- | tools/installer_ng_stable/MirandaNG.iss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/installer_ng_stable/MirandaNG.iss b/tools/installer_ng_stable/MirandaNG.iss index 4c88f9736e..841e700936 100644 --- a/tools/installer_ng_stable/MirandaNG.iss +++ b/tools/installer_ng_stable/MirandaNG.iss @@ -70,6 +70,7 @@ Source: "Files\Libs\*.dll"; DestDir: "{app}\Libs"; Components: program; Flags: i Source: "Files\Libs\FreeImage.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\libmdbx.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()
Source: "Files\Libs\mir_core.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Libs\sqlite3.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
|