This repository was archived by the owner on May 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 Result[0] := ExpandConstant(' {app} \bin' );
5858end;
5959
60- #include "src\modpath.iss"
60+ #include "src\legroom\ modpath.iss"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ NameAndVersion=%1
4343; Offline installer files
4444Source : " Elixir.iss" ; DestDir : " {tmp} " ; Flags : deleteafterinstall
4545Source : " assets\*" ; DestDir : " {tmp} \assets" ; Flags : deleteafterinstall
46- Source : " src\modpath.iss" ; DestDir : " {tmp} \src" ; Flags : deleteafterinstall
46+ Source : " src\legroom\ modpath.iss" ; DestDir : " {tmp} \src\legroom " ; Flags : deleteafterinstall
4747; 7-Zip portable extractor
4848Source : " {#PATH_TO_7ZA}\7za.exe" ; DestDir : " {tmp} " ; Flags : deleteafterinstall
4949; Compiler files
@@ -71,6 +71,8 @@ Name: "erlpath"; Description: "Append Erlang directory to Path environment varia
7171
7272[Code]
7373#include " src\t ypedef.iss"
74+ #include " src\u til.iss"
75+
7476var
7577 GlobalPageSelRelease: TInputOptionWizardPage;
7678 GlobalPageSelInstallType: TInputOptionWizardPage;
8284
8385 _int: Integer;
8486
85- #include " src\u til.iss"
86-
8787function GetElixirCSVFilePath : String;
8888begin
8989 Result := ExpandConstant(' {tmp}\' + GetURLFilePart(' {#ELIXIR_CSV_URL}' ));
File renamed without changes.
You can’t perform that action at this time.
0 commit comments