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

Commit 0eb5194

Browse files
committed
Finalize TErlangData record
1 parent 183c3bc commit 0eb5194

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ElixirWeb.iss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,16 @@ type
7878
ReleaseType: TElixirReleaseType;
7979
Ref: TObject;
8080
end;
81-
TErlangRelease = record
81+
82+
TErlangData = record
8283
OTPVersion: String;
8384
ERTSVersion: String;
8485
URL32: String;
8586
URL64: String;
86-
EXE32: String;
87-
EXE64: String;
87+
Exe32: String;
88+
Exe64: String;
89+
Name32: String;
90+
Name64: String;
8891
end;
8992
9093
var

0 commit comments

Comments
 (0)