* patch by Cyrax: Quote path - which is passed to Windres or alike program, resolves #36526

This commit is contained in:
florian 2022-04-08 22:41:25 +02:00
parent 815734c47a
commit 971d7baa8a

View File

@ -266,6 +266,7 @@ var
for I:=1 to Length(Result) do
if Result[I] in AllowDirectorySeparators then
Result[i]:='/';
Result:=maybequoted(Result);
end;
begin