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 57
57
Result[0] := ExpandConstant(' {app} \bin' );
58
58
end;
59
59
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
43
43
; Offline installer files
44
44
Source : " Elixir.iss" ; DestDir : " {tmp} " ; Flags : deleteafterinstall
45
45
Source : " 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
47
47
; 7-Zip portable extractor
48
48
Source : " {#PATH_TO_7ZA}\7za.exe" ; DestDir : " {tmp} " ; Flags : deleteafterinstall
49
49
; Compiler files
@@ -71,6 +71,8 @@ Name: "erlpath"; Description: "Append Erlang directory to Path environment varia
71
71
72
72
[Code]
73
73
#include " src\t ypedef.iss"
74
+ #include " src\u til.iss"
75
+
74
76
var
75
77
GlobalPageSelRelease: TInputOptionWizardPage;
76
78
GlobalPageSelInstallType: TInputOptionWizardPage;
82
84
83
85
_int: Integer;
84
86
85
- #include " src\u til.iss"
86
-
87
87
function GetElixirCSVFilePath : String;
88
88
begin
89
89
Result := ExpandConstant(' {tmp}\' + GetURLFilePart(' {#ELIXIR_CSV_URL}' ));
File renamed without changes.
You can’t perform that action at this time.
0 commit comments