소스 검색

Improve. Closes #382.

Martijn Laan 4 년 전
부모
커밋
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')>