This repository was archived by the owner on May 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
18
[Setup]
2
19
AppName = Elixir
3
20
AppVersion = {#ElixirVersion}
@@ -9,7 +26,7 @@ OutputBaseFilename=elixir-v{#ElixirVersion}-setup
9
26
DisableWelcomePage = True
10
27
DisableFinishedPage = True
11
28
#endif
12
- WizardImageFile = assets\drop_banner .bmp
29
+ WizardImageFile = assets\drop_banner_hd .bmp
13
30
WizardSmallImageFile = assets\null.bmp
14
31
WizardImageBackColor = clWhite
15
32
#ifdef NoCompression
Original file line number Diff line number Diff line change
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
+
1
18
#include <idp.iss>
2
19
3
20
[Setup]
4
21
AppName = Elixir
5
22
AppVersion = 0.13
6
23
CreateAppDir = no
7
24
OutputBaseFilename = elixir-websetup
8
- WizardImageFile = assets\drop_banner .bmp
25
+ WizardImageFile = assets\drop_banner_hd .bmp
9
26
WizardSmallImageFile = assets\null.bmp
10
27
WizardImageBackColor = clWhite
11
28
Uninstallable = no
You can’t perform that action at this time.
0 commit comments