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

Commit f8d3ac1

Browse files
committed
Move modpath to child folder (to help show it isn't mine)
1 parent 34e142f commit f8d3ac1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Elixir.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ begin
5757
Result[0] := ExpandConstant('{app}\bin');
5858
end;
5959
60-
#include "src\modpath.iss"
60+
#include "src\legroom\modpath.iss"

ElixirWeb.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ NameAndVersion=%1
4343
; Offline installer files
4444
Source: "Elixir.iss"; DestDir: "{tmp}"; Flags: deleteafterinstall
4545
Source: "assets\*"; DestDir: "{tmp}\assets"; Flags: deleteafterinstall
46-
Source: "src\modpath.iss"; DestDir: "{tmp}\src"; Flags: deleteafterinstall
46+
Source: "src\legroom\modpath.iss"; DestDir: "{tmp}\src\legroom"; Flags: deleteafterinstall
4747
; 7-Zip portable extractor
4848
Source: "{#PATH_TO_7ZA}\7za.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall
4949
; Compiler files
@@ -71,6 +71,8 @@ Name: "erlpath"; Description: "Append Erlang directory to Path environment varia
7171

7272
[Code]
7373
#include "src\typedef.iss"
74+
#include "src\util.iss"
75+
7476
var
7577
GlobalPageSelRelease: TInputOptionWizardPage;
7678
GlobalPageSelInstallType: TInputOptionWizardPage;
@@ -82,8 +84,6 @@ var
8284
8385
_int: Integer;
8486
85-
#include "src\util.iss"
86-
8787
function GetElixirCSVFilePath: String;
8888
begin
8989
Result := ExpandConstant('{tmp}\' + GetURLFilePart('{#ELIXIR_CSV_URL}'));
File renamed without changes.

0 commit comments

Comments
 (0)