diff options
author | dartraiden <wowemuh@gmail.com> | 2019-06-28 09:30:25 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-06-28 09:30:41 +0300 |
commit | e6ed006edab919c64e6c9c1d8d4fa1de2d2fd85c (patch) | |
tree | c517fe0554eb75ff86a5d0e97c876fac4186dc17 /tools/installer_ng_stable/MirandaNG.iss | |
parent | 44525f461757fc859616fda16820351b07238842 (diff) |
add PCRE to stable
Diffstat (limited to 'tools/installer_ng_stable/MirandaNG.iss')
-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 2eb035cd12..97ce430b1e 100644 --- a/tools/installer_ng_stable/MirandaNG.iss +++ b/tools/installer_ng_stable/MirandaNG.iss @@ -73,6 +73,7 @@ Source: "Files\Libs\libjson.mir"; DestDir: "{app}\Libs"; Components: program; Fl 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\Pcre16.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Libs\sqlite3.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Libs\ssleay32.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Libs\Zlib.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
|