From 684b229dc8f10374ee2982d802b249e9254d5587 Mon Sep 17 00:00:00 2001 From: Martijn Laan Date: Fri, 2 Oct 2020 17:24:10 +0200 Subject: [PATCH] Improve. Closes #382. --- isportable.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isportable.iss b/isportable.iss index c42583863..bad805b85 100644 --- a/isportable.iss +++ b/isportable.iss @@ -20,7 +20,7 @@ begin Result := '{autodesktop}' else Result := '{autopf}'; - Result := ExpandConstant(Result + '\' + Param); + Result := ExpandConstant(AddBackslash(Result) + Param); end;