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

Commit 41cd161

Browse files
committed
Replace @@ tokenization and script with ISPP macros
1 parent f2c6e60 commit 41cd161

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

Elixir.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[Setup]
44
AppName=Elixir
5-
AppVersion=@@VERSION
5+
AppVersion={#ElixirVersion}
66
ChangesEnvironment=yes
77
DefaultDirName={pf}\Elixir
88
DefaultGroupName=Elixir
9-
OutputBaseFilename=elixir-v@@VERSION-websetup
9+
OutputBaseFilename=elixir-v{#ElixirVersion}-websetup
1010
WizardImageFile=assets\drop_banner.bmp
1111
WizardSmallImageFile=assets\null.bmp
1212
WizardImageBackColor=clWhite
@@ -38,7 +38,7 @@ end;
3838
3939
procedure InitializeWizard();
4040
begin
41-
idpAddFile('@@URL', ExpandConstant('{tmp}\Precompiled.zip'));
41+
idpAddFile('{#ZipURL}', ExpandConstant('{tmp}\Precompiled.zip'));
4242
idpDownloadAfter(wpPreparing);
4343
end;
4444

script-from-template.ps1

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)