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+
118[Setup]
219AppName = Elixir
320AppVersion = {#ElixirVersion}
@@ -9,7 +26,7 @@ OutputBaseFilename=elixir-v{#ElixirVersion}-setup
926DisableWelcomePage = True
1027DisableFinishedPage = True
1128#endif
12- WizardImageFile = assets\drop_banner .bmp
29+ WizardImageFile = assets\drop_banner_hd .bmp
1330WizardSmallImageFile = assets\null.bmp
1431WizardImageBackColor = clWhite
1532#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+
118#include <idp.iss>
219
320[Setup]
421AppName = Elixir
522AppVersion = 0.13
623CreateAppDir = no
724OutputBaseFilename = elixir-websetup
8- WizardImageFile = assets\drop_banner .bmp
25+ WizardImageFile = assets\drop_banner_hd .bmp
926WizardSmallImageFile = assets\null.bmp
1027WizardImageBackColor = clWhite
1128Uninstallable = no
You can’t perform that action at this time.
0 commit comments