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

Commit 13683bc

Browse files
committed
Removed unused [Types] section
1 parent 89bd598 commit 13683bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ElixirWeb.iss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ Filename: "powershell.exe"; Parameters: "-File {tmp}\extract-zip.ps1 {tmp}\Preco
5656
Filename: "{tmp}\_offlineinstaller\ISCC.exe"; Parameters: "/dElixirVersion={code:GetSelectedReleaseVersion} /dSkipPages /dNoCompression Elixir.iss"; WorkingDir: "{tmp}\_offlineinstaller"; Flags: waituntilterminated runhidden; StatusMsg: "Preparing Elixir installer..."
5757
Filename: "{tmp}\_offlineinstaller\Output\elixir-v{code:GetSelectedReleaseVersion}-setup.exe"; Flags: nowait; StatusMsg: "Running Elixir installer..."
5858

59-
[Types]
60-
Name: "latest-release"; Description: "Latest Release"
61-
Name: "master"; Description: "Master"
62-
Name: "other"; Description: "Other"
63-
6459
[Code]
6560
type
6661
TStringTable = array of TStringList;

0 commit comments

Comments
 (0)