diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-22 20:44:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-22 20:44:46 +0300 |
commit | 6cd98af71aaba31ac85c65a966cd672016a023ef (patch) | |
tree | 5da8ed18db4f8618acb3e5750a65b039ee3f938b /tools/installer_ng_stable | |
parent | 4ba812b71eb6e3cbefcea50d71dd8b7b98779a73 (diff) |
and also libmdbx.mir removed from installers
Diffstat (limited to 'tools/installer_ng_stable')
-rw-r--r-- | tools/installer_ng_stable/MirandaNG.iss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/installer_ng_stable/MirandaNG.iss b/tools/installer_ng_stable/MirandaNG.iss index 04cd4d75a3..3dbdeeee1a 100644 --- a/tools/installer_ng_stable/MirandaNG.iss +++ b/tools/installer_ng_stable/MirandaNG.iss @@ -69,7 +69,6 @@ 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\Pcre16.mir"; DestDir: "{app}\Libs"; Components: program; Flags: ignoreversion; AfterInstall: ShowPercent()
|