diff options
author | George Hazan <george.hazan@gmail.com> | 2023-07-09 21:32:41 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-07-09 21:32:41 +0300 |
commit | a2994b39d1982a48296b765743960d696bbd7d1c (patch) | |
tree | 16344c50262cb49d1d2fc3799d963b0aa60faea4 | |
parent | 4bf93234f7f2b3dfe0a0ac968ca22b8a0d19c046 (diff) |
this line is also not needed
-rw-r--r-- | tools/installer_ng/MirandaNG.iss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/installer_ng/MirandaNG.iss b/tools/installer_ng/MirandaNG.iss index 6ab3817511..54acdc0bf2 100644 --- a/tools/installer_ng/MirandaNG.iss +++ b/tools/installer_ng/MirandaNG.iss @@ -109,7 +109,6 @@ Source: "Files\Plugins\Facebook.dll"; DestDir: "{app}\Plugins"; Components: prot Source: "Files\Plugins\ICQ.dll"; DestDir: "{app}\Plugins"; Components: protocols\icq; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Plugins\IRC.dll"; DestDir: "{app}\Plugins"; Components: protocols\irc; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Plugins\Jabber.dll"; DestDir: "{app}\Plugins"; Components: protocols\jabber; Flags: ignoreversion; AfterInstall: ShowPercent()
-Source: "Files\Plugins\VoiceService.dll "; DestDir: "{app}\Plugins"; Components: protocols\jabber; Flags: ignoreversion; AfterInstall: ShowPercent()
Source: "Files\Libs\libsignal.mir"; DestDir: "{app}\Libs"; Components: protocols\jabber; Flags: ignoreversion; AfterInstall: ShowPercent()
; Clists
|