This repository was archived by the owner on May 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ begin
119
119
ListBoxesToCheck[1 ] := GlobalPageSelRelease.CheckListBox;
120
120
121
121
CacheSelectedRelease := FindSelectedRelease(ListBoxesToCheck, GlobalElixirReleases);
122
- idpAddFile(CacheSelectedRelease.URL, ExpandConstant( ' {tmp}\ Precompiled.zip' ));
122
+ idpAddFile(CacheSelectedRelease.URL, Tmp( ' Precompiled.zip' ));
123
123
idpDownloadAfter(wpPreparing);
124
124
end ;
125
125
end ;
@@ -172,8 +172,8 @@ function InitializeSetup(): Boolean;
172
172
begin
173
173
Result := True;
174
174
175
- GlobalElixirCSVFilePath := ExpandConstant( ' {tmp}\ ' + GetURLFilePart(' {#ELIXIR_CSV_URL}' ));
176
- GlobalErlangCSVFilePath := ExpandConstant( ' {tmp}\ ' + GetURLFilePart(' {#ERLANG_CSV_URL}' ));
175
+ GlobalElixirCSVFilePath := Tmp( GetURLFilePart(' {#ELIXIR_CSV_URL}' ));
176
+ GlobalErlangCSVFilePath := Tmp( GetURLFilePart(' {#ERLANG_CSV_URL}' ));
177
177
178
178
if not idpDownloadFile(' {#ELIXIR_CSV_URL}' , GlobalElixirCSVFilePath) then begin
179
179
MsgBox(' Error: Downloading {#ELIXIR_CSV_URL} failed. Setup cannot continue.' , mbInformation, MB_OK);
You can’t perform that action at this time.
0 commit comments