mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
Installer, Win: fix initial EnvironmentOptions.xml Issue #39630
(cherry picked from commit dfd23c955d
)
This commit is contained in:
parent
62756d206c
commit
ff329cf453
@ -81,7 +81,7 @@ begin
|
||||
Content := s;
|
||||
StringChange(Content, '%Temp%', GetTempDir);
|
||||
StringChange(Content, '%LazDir%', ExpandConstant('{app}'));
|
||||
StringChange(Content, '%FpcBinDir%', '$Lazarusdir'+ExpandConstant('\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\'));
|
||||
StringChange(Content, '%FpcBinDir%', '$(Lazarusdir)'+ExpandConstant('\fpc\{#FPCVersion}\bin\{#FPCFullTarget}'));
|
||||
SaveStringToFile(FileName, Content, False);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user