Improve. Closes #382.

This commit is contained in:
Martijn Laan 2020-10-02 17:24:10 +02:00
parent bc7f95828b
commit 684b229dc8
No known key found for this signature in database
GPG Key ID: 9F8C8C5DDA579626

View File

@ -20,7 +20,7 @@ begin
Result := '{autodesktop}' Result := '{autodesktop}'
else else
Result := '{autopf}'; Result := '{autopf}';
Result := ExpandConstant(Result + '\' + Param); Result := ExpandConstant(AddBackslash(Result) + Param);
end; end;
<event('InitializeWizard')> <event('InitializeWizard')>