mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: AudioInfo plugin to default installation
This commit is contained in:
parent
23607b6d30
commit
46bb6430bc
1 changed files with 6 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function GetPluginBinaryType(const FileName: String): TBinaryType;
|
|||
implementation
|
||||
|
||||
uses
|
||||
Forms, Dialogs, DCOSUtils, DCStrUtils, DCClassesUtf8, uGlobs, uLng;
|
||||
Forms, Dialogs, DCOSUtils, DCStrUtils, DCClassesUtf8, uGlobs, uLng, uDCUtils;
|
||||
|
||||
procedure UpdatePlugins;
|
||||
var
|
||||
|
|
@ -281,6 +281,11 @@ begin
|
|||
gWdxPlugins.Add('rpm_wdx', Folder + 'rpm_wdx' + PathDelim + 'rpm_wdx.wdx', 'EXT="RPM"');
|
||||
end;
|
||||
|
||||
if gWdxPlugins.IndexOfName('audioinfo') < 0 then
|
||||
begin
|
||||
gWdxPlugins.Add(GetCmdDirFromEnvVar(Folder) + 'audioinfo' + PathDelim + 'audioinfo.wdx');
|
||||
end;
|
||||
|
||||
// Wfx plugins
|
||||
Folder:= '%commander_path%' + PathDelim + 'plugins' + PathDelim + 'wfx' + PathDelim;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue