mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Export DC_CONFIG_PATH environment variable
This commit is contained in:
parent
6bb8c1c67f
commit
522e3d507f
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ end;
|
|||
procedure UpdateEnvironmentVariable;
|
||||
begin
|
||||
mbSetEnvironmentVariable('COMMANDER_INI', gpCfgDir + 'doublecmd.xml');
|
||||
mbSetEnvironmentVariable('DC_CONFIG_PATH', ExcludeTrailingPathDelimiter(gpCfgDir));
|
||||
end;
|
||||
|
||||
procedure LoadPaths;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue