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 +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 16
16
; "Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.
17
17
18
18
#define COMPAT_MASK 1
19
-
20
- #define FILE_7ZA_PATH = FileOpen(' 7za_path.txt' )
21
- #define PATH_TO_7ZA FileRead(FILE_7ZA_PATH)
22
- #expr FileClose(FILE_7ZA_PATH)
23
-
24
19
#define ELIXIR_CSV_URL ' http://elixir-lang.org/elixir.csv'
25
20
#define ERLANG_CSV_URL ' http://elixir-lang.org/erlang.csv'
26
21
@@ -62,7 +57,7 @@ Source: "assets\drop_banner.bmp"; DestDir: "{tmp}\assets"; Flags: deleteafterins
62
57
Source : " assets\null.bmp" ; DestDir : " {tmp} \assets" ; Flags : deleteafterinstall
63
58
Source : " src\legroom\modpath.iss" ; DestDir : " {tmp} \src\legroom" ; Flags : deleteafterinstall
64
59
; 7-Zip portable extractor
65
- Source : " {#PATH_TO_7ZA} " ; DestDir : " {tmp} " ; Flags : deleteafterinstall
60
+ Source : " bin\7za.exe " ; DestDir : " {tmp} " ; Flags : deleteafterinstall
66
61
; Compiler files
67
62
Source : " compiler:Default.isl" ; DestDir : " {tmp} " ; Flags : deleteafterinstall
68
63
Source : " compiler:ISCC.exe" ; DestDir : " {tmp} " ; Flags : deleteafterinstall
You can’t perform that action at this time.
0 commit comments