mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: AutoConfigure function for MultiArc
This commit is contained in:
parent
d37d8cf2e4
commit
1e8d772fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ var
|
|||
begin
|
||||
for I:= 0 to Count - 1 do
|
||||
begin
|
||||
ExePath:= ExtractOnlyFileName(Items[I].FArchiver);
|
||||
ExePath:= Items[I].FArchiver;
|
||||
ExePath:= FindDefaultExecutablePath(ExePath);
|
||||
if ExePath = EmptyStr then
|
||||
Items[I].FEnabled:= False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue