Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit b0a172d

Browse files
Chris HyndmanChris Hyndman
Chris Hyndman
authored and
Chris Hyndman
committed
include 7za in repo
1 parent 22fbb49 commit b0a172d

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

7za_path.txt

-1
This file was deleted.

ElixirWeb.iss

+1-6
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
; "Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.
1717

1818
#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-
2419
#define ELIXIR_CSV_URL 'http://elixir-lang.org/elixir.csv'
2520
#define ERLANG_CSV_URL 'http://elixir-lang.org/erlang.csv'
2621

@@ -62,7 +57,7 @@ Source: "assets\drop_banner.bmp"; DestDir: "{tmp}\assets"; Flags: deleteafterins
6257
Source: "assets\null.bmp"; DestDir: "{tmp}\assets"; Flags: deleteafterinstall
6358
Source: "src\legroom\modpath.iss"; DestDir: "{tmp}\src\legroom"; Flags: deleteafterinstall
6459
; 7-Zip portable extractor
65-
Source: "{#PATH_TO_7ZA}"; DestDir: "{tmp}"; Flags: deleteafterinstall
60+
Source: "bin\7za.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall
6661
; Compiler files
6762
Source: "compiler:Default.isl"; DestDir: "{tmp}"; Flags: deleteafterinstall
6863
Source: "compiler:ISCC.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall

bin/7za.exe

574 KB
Binary file not shown.

0 commit comments

Comments
 (0)