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

Commit 9c27a59

Browse files
committed
Use %USERPROFILE% for PATH_TO_7ZA
1 parent 091bb51 commit 9c27a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElixirWeb.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
; "Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.
1717

1818
#define COMPAT_MASK 1
19-
#define PATH_TO_7ZA 'C:\Users\Chris\Documents\7za920'
19+
#define PATH_TO_7ZA GetEnv('USERPROFILE') + '\Documents\7za920'
2020

2121
#define ELIXIR_CSV_URL 'http://elixir-lang.org/elixir.csv'
2222
#define ERLANG_CSV_URL 'http://elixir-lang.org/erlang.csv'

0 commit comments

Comments
 (0)