2
0
Martijn Laan 5 жил өмнө
parent
commit
684b229dc8
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      isportable.iss

+ 1 - 1
isportable.iss

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