瀏覽代碼

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')>