diff options
author | dartraiden <wowemuh@gmail.com> | 2017-10-23 18:44:55 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-10-23 18:45:43 +0300 |
commit | fe811658c8075d42224ce97db1adcb3902022685 (patch) | |
tree | a46fd74ed0e44b0fda6d408fb3ec42afea50966e /tools/installer_ng | |
parent | 8b20bfff3eb87b5a270ea59ef6711014bc5691e7 (diff) |
another oops
Diffstat (limited to 'tools/installer_ng')
-rw-r--r-- | tools/installer_ng/MirandaNG.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/installer_ng/MirandaNG.iss b/tools/installer_ng/MirandaNG.iss index 6a4884133c..a4c7d8fbea 100644 --- a/tools/installer_ng/MirandaNG.iss +++ b/tools/installer_ng/MirandaNG.iss @@ -65,7 +65,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\DbChecker.bat"; DestDir: "{app}"; Components: program; Check: IsPortable(); 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()
|