Skip to content

Commit

Permalink
Improve. Closes jrsoftware#382.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Oct 2, 2020
1 parent bc7f958 commit 684b229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isportable.iss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ begin
Result := '{autodesktop}'
else
Result := '{autopf}';
Result := ExpandConstant(Result + '\' + Param);
Result := ExpandConstant(AddBackslash(Result) + Param);
end;
<event('InitializeWizard')>
Expand Down

0 comments on commit 684b229

Please sign in to comment.