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

Commit b639af4

Browse files
committed
High-res side banner and licensing comments
1 parent 9183fa3 commit b639af4

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

Elixir.iss

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
; Elixir.iss - Elixir "Offline" Installer
2+
; Copyright 2014 Chris Hyndman
3+
;
4+
; Licensed under the Apache License, Version 2.0 (the "License");
5+
; you may not use this file except in compliance with the License.
6+
; You may obtain a copy of the License at
7+
;
8+
; http://www.apache.org/licenses/LICENSE-2.0
9+
;
10+
; Unless required by applicable law or agreed to in writing, software
11+
; distributed under the License is distributed on an "AS IS" BASIS,
12+
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
; See the License for the specific language governing permissions and
14+
; limitations under the License.
15+
;
16+
; "Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.
17+
118
[Setup]
219
AppName=Elixir
320
AppVersion={#ElixirVersion}
@@ -9,7 +26,7 @@ OutputBaseFilename=elixir-v{#ElixirVersion}-setup
926
DisableWelcomePage=True
1027
DisableFinishedPage=True
1128
#endif
12-
WizardImageFile=assets\drop_banner.bmp
29+
WizardImageFile=assets\drop_banner_hd.bmp
1330
WizardSmallImageFile=assets\null.bmp
1431
WizardImageBackColor=clWhite
1532
#ifdef NoCompression

ElixirWeb.iss

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1+
; ElixirWeb.iss - Elixir Web Installer
2+
; Copyright 2014 Chris Hyndman
3+
;
4+
; Licensed under the Apache License, Version 2.0 (the "License");
5+
; you may not use this file except in compliance with the License.
6+
; You may obtain a copy of the License at
7+
;
8+
; http://www.apache.org/licenses/LICENSE-2.0
9+
;
10+
; Unless required by applicable law or agreed to in writing, software
11+
; distributed under the License is distributed on an "AS IS" BASIS,
12+
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
; See the License for the specific language governing permissions and
14+
; limitations under the License.
15+
;
16+
; "Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.
17+
118
#include <idp.iss>
219

320
[Setup]
421
AppName=Elixir
522
AppVersion=0.13
623
CreateAppDir=no
724
OutputBaseFilename=elixir-websetup
8-
WizardImageFile=assets\drop_banner.bmp
25+
WizardImageFile=assets\drop_banner_hd.bmp
926
WizardSmallImageFile=assets\null.bmp
1027
WizardImageBackColor=clWhite
1128
Uninstallable=no

assets/drop_banner_hd.bmp

151 KB
Binary file not shown.

0 commit comments

Comments
 (0)